POST
/
agents
/
import-template
curl --request POST \
  --url https://eu-voiceglow-runtime-vbmbkqccuq-ey.a.run.app/v3/agents/import-template \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "agentTemplate": {
    "name": "<string>",
    "description": "<string>",
    "nodes": [
      "<any>"
    ],
    "tools": [
      "<any>"
    ],
    "variables": [
      "<any>"
    ],
    "agentData": "<any>",
    "workspaceId": "<string>"
  },
  "agentName": "<string>"
}'
"<any>"

Authorizations

Authorization
string
header
required

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

Body

application/json
agentTemplate
object
required
agentName
string

Response

200
application/json
Successful response

The response is of type any.