1. Sign up & create your app
- Create your free account on our website.
- From your dashboard, create an app (e.g., “My AI App”).
- Each app has a unique API key — keep it secure!
2. Send your first profiling request
Use ourPOST /v1/profile/{id}
endpoint to send structured or unstructured data for analysis.
Example using curl
:
202 Accepted
response while your data is processed in the background.
3. Retrieve the processed profile
Use ourGET /v1/profile/{id}
endpoint to get the structured profile data and a generated summary.
profile
: Full structured profile datasummary
: AI-generated summary for LLM usage