curl --request POST \
--url https://dev.startree.ai/users \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '"<string>"'
{
"status": "<string>"
}
Add a user
curl --request POST \
--url https://dev.startree.ai/users \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '"<string>"'
{
"status": "<string>"
}
The format of the key is "Basic <token>" or "Bearer <token>"
The body is of type string
.
successful operation
The response is of type object
.
Was this page helpful?