Create API tool
Create API tool
Adds a API tool to the environment, a saved HTTP request an agent can make. The response carries the ID that later calls address it by.
POST
Create API tool
Authorizations
Voiceflow bearer token
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Body
application/json
Available options:
get, put, post, patch, delete - Option 1
- Option 2
- Option 3
A description of what the API tool does, used by the agent to decide when to call it.
Response
201 - application/json
Creates the API tool and returns it in full, including its new ID and the request it will send: HTTP method, URL, headers, query parameters, and body.