cURL
curl --request POST \ --url https://api.dualship.run/api/v1/ai/suggest \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "suggestions": [ "<unknown>" ] }
Get AI-powered node suggestions for a flow
Documentation IndexFetch the complete documentation index at: https://docs.dualship.run/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dualship.run/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication
Context for suggestions
The body is of type object.
object
Node suggestions
AI suggestions response
Was this page helpful?