POST
/
api
/
v1
/
agentic
/
evaluate
/
{evaluation_id}
/
download
curl --request POST \
  --url https://api.collinear.ai/api/v1/agentic/evaluate/{evaluation_id}/download \
  --header 'Authorization: Bearer <token>'
"<any>"

Parameters

Path

  • evaluation_id: ID of completed assessment

Query

  • format: json|csv|pdf
  • detail_level: summary|detailed|verbose

Response

PDF file or JSON/CSV data depending on format

Example

curl -H "Authorization: Bearer $TOKEN" \
  "https://api.collinear.ai//api/v1/synth_data/evaluate/{evaluation_id}/download?format=json&detail_level=detailed"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

evaluation_id
string
required

Query Parameters

format
string
default:json
required
detail_level
string
default:detailed
required

Response

200
application/json

Successful Response

The response is of type any.