cURL
curl --request POST \ --url https://axis-production-2887.up.railway.app/api/workflows \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "tool_prompt": "<string>", "type": "<string>", "url": "<string>", "connector_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "ai_inputs": [], "human_inputs": [] }'
{}
Create a new workflow for a connector
The workflow to create
The body is of type object.
object
The workflow has been successfully created.
The response is of type object.