Skip to main content
POST
/
users
Add a user
curl --request POST \
  --url https://dev.startree.ai/users \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: */*' \
  --data '"<string>"'
{
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.startree.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Body

*/*

The body is of type string.

Response

200 - application/json

successful operation

status
string