← Back to Career Roadmaps
Agriculture Research
Agriculture research roadmap
https://hub.toolweb.in/career/agriculture-research/
Endpoints
GET
/
Root
GET
/api/agri/health
Health Check
POST
/api/agri/roadmap
Create Roadmap
Request Body (JSON)
{
"assessmentData": {
"experience": {
"education": "",
"fieldOfStudy": "",
"yearsExperience": ""
},
"skills": {
"existingSkills": [],
"researchAreas": []
},
"goals": {
"additionalInfo": "",
"preferredSector": "",
"targetRole": "",
"timeline": ""
},
"sessionId": "",
"timestamp": ""
},
"sessionId": "",
"userId": "<string>",
"timestamp": ""
}
Quick Start
# cURL
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/career/agriculture-research/
# Python
import requests
r = requests.get("https://hub.toolweb.in/career/agriculture-research/",
headers={"X-API-Key": "YOUR_API_KEY"})
print(r.json())
# JavaScript
fetch("https://hub.toolweb.in/career/agriculture-research/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.