Developers
Submit Data
Submit raw data to the GetProfile API
To create or update a user profile, send data to our API endpoint:
What to Send
- profile_id: A unique identifier for the profile (e.g., a user or character ID in your app).
- data: The raw text or structured data you want us to analyze.
- input_type (optional): A short label describing the type of data (e.g.,
"bio"
,"conversation"
,"activity_log"
,"form"
). This can help with tracking and better profiling.
Example:
Processing Model
- Your request is accepted immediately with a
202 Accepted
response. - We process the data asynchronously in the background.
- When the processing is complete, the profile will be updated with the new insights.
This makes it easy to send data continuously — your profiles will evolve as new data comes in!
✅ No raw data is stored long-term — only the structured profile is kept. 🔒 Input data is deleted once the profile update is complete.