Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.inop.ai/llms.txt

Use this file to discover all available pages before exploring further.

If you’re not looking to build API reference, you can export datasets directly from the dashboard.

Overview

Provides structured professional data, including:
  • Basic professional details (name, role, experience level).
  • Education history & work experience.
  • Skills, values, and cultural preferences.
Example Response
{
  "professional_id": "prof_12345",
  "name": "Jane Doe",
  "current_role": "Software Engineer",
  "education": [
    {"degree": "B.Sc Computer Science", "institution": "MIT", "year": "2018"}
  ],
  "work_experience": [
    {"company": "TechCorp", "role": "Backend Engineer", "years": 3}
  ],
  "skills": ["Python", "Django", "Microservices"],
  "values": ["Innovation", "Collaboration"]
}