API Reference
Create signed report
POST
Create signed report
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://evalgate.com/api/reports \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"evaluationId": 123,
"evaluationRunId": 123,
"expiresInDays": 123,
"policyName": "<string>"
}
'{
"shareToken": "<string>",
"shareUrl": "<string>",
"apiUrl": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request POST \
--url https://evalgate.com/api/reports \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"evaluationId": 123,
"evaluationRunId": 123,
"expiresInDays": 123,
"policyName": "<string>"
}
'{
"shareToken": "<string>",
"shareUrl": "<string>",
"apiUrl": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}