curl --request GET \
--url https://api.getcargo.io/v1/ai/templates/list \
--header 'Authorization: Bearer <token>'{
"templates": [
"<unknown>"
]
}List all AI templates
curl --request GET \
--url https://api.getcargo.io/v1/ai/templates/list \
--header 'Authorization: Bearer <token>'{
"templates": [
"<unknown>"
]
}Was this page helpful?