Get Started
Quickstart
Get up and running with GetProfile in just a few minutes!
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 our POST /v1/profile/{id}
endpoint to send structured or unstructured data for analysis.
Example using curl
:
✅ You’ll get an immediate 202 Accepted
response while your data is processed in the background.
3. Retrieve the processed profile
Use our GET /v1/profile/{id}
endpoint to get the structured profile data and a generated summary.
You’ll receive:
profile
: Full structured profile datasummary
: AI-generated summary for LLM usage
4. Update profile over time
You can send new data to the same profile ID multiple times — GetProfile will merge and evolve the profile automatically!
✅ Profiles grow and adapt as you learn more about your users or characters.
For complete details on all endpoints and optional fields, see the API Reference.