POST
/
instances
/
{instanceName}
/
state
curl --request POST \
  --url https://dev.startree.ai/instances/{instanceName}/state \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: text/plain' \
  --data '<string>'

Authorizations

Authorization
string
header
required

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

Path Parameters

instanceName
string
required

Instance name

Body

text/plain · string

The body is of type string.