Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
201
Created
curl --request POST \
  --url https://api.tryunleashx.com/v1/agent \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "language": "<string>"
}'curl --request POST \
  --url https://api.tryunleashx.com/v1/agent \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "language": "<string>"
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Created
Was this page helpful?