🚀 New open source GetProfile docs: https://docs.getprofile.org
cURL
curl --request POST \ --url https://api.getprofile-ai.com/v1/profile/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "data": "<string>", "input_type": "<string>" } '
{ "id": "<string>", "message": "<string>" }
Creates or updates a profile in the GetProfile API by its ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the profile
Data to extract a profile from
Data to extract a profile from. Can be plain text, JSON, markdown or any other format.
Type of the input data, e.g. chat history, character description, activity log, etc.
chat history
character description
activity log
Successfully accepted the data for processing
Acceptance message