← Back to Career Roadmaps

Psychology

Psychology entry level roadmap

https://hub.toolweb.in/career/psychology/

Endpoints

POST /api/psychology/entry-roadmap

Generate Psychology Roadmap

Request Body (JSON)

{
  "assessmentData": "<string>",
  "sessionId": "<string>",
  "userId": "<integer>",
  "timestamp": "<string>"
}
GET /health

Health Check

GET /

Root

Quick Start

# cURL
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/career/psychology/
# Python
import requests
r = requests.get("https://hub.toolweb.in/career/psychology/",
    headers={"X-API-Key": "YOUR_API_KEY"})
print(r.json())
# JavaScript
fetch("https://hub.toolweb.in/career/psychology/", {
  headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)

Sign up free to get your API key auto-filled.