Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
curl --request POST \
--url https://api.together.xyz/v1/evaluation/{id}/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "completed",
"results": {},
"error": "<string>"
}'{
"workflow_id": "<string>",
"status": "<string>"
}curl --request POST \
--url https://api.together.xyz/v1/evaluation/{id}/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "completed",
"results": {},
"error": "<string>"
}'{
"workflow_id": "<string>",
"status": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?