cURL
curl --request POST \
  --url https://api.simplex.sh/run_workflow \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-Key: <api-key>' \
  --form 'url=<string>' \
  --form 'workflow_name=<string>' \
  --form 'metadata=<string>'
{
  "succeeded": true,
  "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
Runs a saved workflow.

Authorizations

X-API-Key
string
header
required

Simplex API Key

Body

multipart/form-data

Response

Run workflow response

The response is of type object.