cURL
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>" }
Internal callback endpoint for workflows to update job status and results
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The evaluation job ID
Successful response
The response is of type object.
object
Was this page helpful?