🚀 New open source GetProfile docs: https://docs.getprofile.org
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
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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.getprofile-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the profile
Data to extract a profile from