Skip to main content
POST
/
api
/
workflows
/
{id}
/
run
Run a workflow
curl --request POST \
  --url https://convertly.sh/api/workflows/{id}/run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "error": "<string>",
  "upgradeUrl": "<string>"
}

Authorizations

Authorization
string
header
required

Dashboard-generated Convertly API key. Keys currently begin with cvly_.

Path Parameters

id
string<uuid>
required

Body

multipart/form-data
file
file
required

Response

Completed run