curl --request POST \
--url https://api.getcargo.io/v1/ai/templates/list \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"hasDocumentation": true,
"isPreset": true,
"kinds": [
"agent"
]
}
'{
"templates": [
"<unknown>"
]
}List all AI templates
curl --request POST \
--url https://api.getcargo.io/v1/ai/templates/list \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"hasDocumentation": true,
"isPreset": true,
"kinds": [
"agent"
]
}
'{
"templates": [
"<unknown>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
List of templates.
Was this page helpful?