Authorizations
The format of the key is "Basic <token>" or "Bearer <token>"
Path Parameters
Name of the table
Body
*/* · object
Fields belonging to start replace segment request
The body is of type object.
curl --request POST \
--url https://dev.startree.ai/segments/{tableName}/startReplaceSegments \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '{}'Start to replace segments
curl --request POST \
--url https://dev.startree.ai/segments/{tableName}/startReplaceSegments \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '{}'The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table
Fields belonging to start replace segment request
The body is of type object.
Was this page helpful?