cURL
curl --request GET \ --url https://api.contextual.ai/v1/agents/templates \ --header 'Authorization: Bearer <token>'
{ "templates": [] }
Retrieve a list of all available Templates.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
List of available templates.
Was this page helpful?