curl --request POST \
--url https://dev.startree.ai/tasks/execute \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '{}'This response has no body data.curl --request POST \
--url https://dev.startree.ai/tasks/execute \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '{}'This response has no body data.The format of the key is "Basic <token>" or "Bearer <token>"
The body is of type object.
Was this page helpful?