cURL
curl --request POST \ --url https://api.collinear.ai/api/v1/judge/curator \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "conv_prefix": [ { "role": "<string>", "content": "<string>" } ], "response": { "role": "<string>", "content": "<string>" }, "instruction_following": true, "quality_of_reasoning": true, "coherence": true, "instruction_complexity": true }'
{ "instruction_following": 123, "quality_of_reasoning": 123, "coherence": 123, "instruction_complexity": 123 }
role
content
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object
Was this page helpful?