> ## 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.

# Overview: Talent Sourcing API

> v0.0.1

<Note>
  If you're not looking to build API reference, you can export datasets directly from the dashboard.
</Note>

## Overview

Provides structured professional data, including:

* Basic professional details (name, role, experience level).
* Education history & work experience.
* Skills, values, and cultural preferences.

##### Example Response

```json theme={null}
{
  "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"]
}


```
