API Reference
Create Person
Create a person.
See Create a Person for more information.
PUT
Create Person
Headers
Example:
"Bearer 123"
Body
application/json
Create a person.
See Creating a Person for more information.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a person.
See Create a Person for more information.
curl --request PUT \
--url https://evals.voker.ai/api/v1/api/v1/people \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"person_id": "<string>",
"properties": {}
}
'{
"person_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"properties": {}
}"Bearer 123"
Create a person.
See Creating a Person for more information.
curl --request PUT \
--url https://evals.voker.ai/api/v1/api/v1/people \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"person_id": "<string>",
"properties": {}
}
'{
"person_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"properties": {}
}