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