execute agentflow
POST
api.wexa.ai/execute_flow/19966a1f-7a22-4da3-8473-7f638c6ba518/execute
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'api.wexa.ai/execute_flow/19966a1f-7a22-4da3-8473-7f638c6ba518/execute?projectID={{projectID}}&execution_id=8ffc2a03-5d38-4321-aae8-c9f32d7707fc' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectID":"67fdea40aac77be632954f13",
"execution_id":"19966a1f-7a22-4da3-8473-7f638c6ba518"
}'
Response Response Example
{
"execution_id": "19966a1f-7a22-4da3-8473-7f638c6ba518",
"status": "ready"
}
Request
Query Params
projectID
string
required
Example:
{{projectID}}
execution_id
string
optional
Example:
8ffc2a03-5d38-4321-aae8-c9f32d7707fc
Header Params
x-api-key
string
required
Example:
{{x-api-key}}
Body Params application/json
Responses
Modified at 2025-04-23 12:25:28