Skip to main content
POST
/
api
/
v1
/
flows
/
{flowId}
/
execute
cURL
curl --request POST \
  --url http://localhost:52000/api/v1/flows/{flowId}/execute \
  --header 'Content-Type: multipart/form-data' \
  --form 'request={
  "threads": 2,
  "totalDuration": 2,
  "rampUpDuration": 1,
  "variables": {},
  "credentials": [
    {}
  ]
}' \
  --form file='@example-file'
"<string>"

Path Parameters

flowId
integer<int64>
required

Body

multipart/form-data
request
object
required
file
file

Response

202 - */*

Accepted

The response is of type string.