cURL
curl --request POST \ --url https://api.dualship.run/api/v1/ai/prompt \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "prompt": "<string>", "workspace_id": "<string>" } '
{ "flow": {} }
Use AI to generate a flow from natural language
JWT Bearer token authentication
Prompt request
1 - 10000
Generated flow
AI-generated flow response
Show child attributes
Was this page helpful?