curl --request POST \
--url https://dev.startree.ai/instances \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'
Creates a new instance with given instance config
curl --request POST \
--url https://dev.startree.ai/instances \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'
The format of the key is "Basic <token>" or "Bearer <token>"
Whether to update broker resource for broker instance
Was this page helpful?