API Reference
auto-plan
GET
auto-plan
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Success
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://evalgate.com/api/evalgate/auto-plan \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "<string>",
"details": "<unknown>",
"requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
curl --request GET \
--url https://evalgate.com/api/evalgate/auto-plan \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "<string>",
"details": "<unknown>",
"requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}