cURL
curl --request POST \ --url https://api.contextual.ai/v1/agents/{agent_id}/template \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the agent
The name of the template
Successful Response
The response is of type EmptyResponse · object.
EmptyResponse · object
Was this page helpful?