POST
/
agent
/
from-template
curl --request POST \
  --url https://atoms-api.smallest.ai/api/v1/agent/from-template \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "agentName": "<string>",
  "agentDescription": "<string>",
  "templateId": "<string>"
}'
{
  "status": true,
  "data": "60d0fe4f5311236168a109ca"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json
Successful response

The response is of type object.