cURL
curl --request POST \
  --url https://api.simplex.sh/create_workflow_session \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-Key: <api-key>' \
  --form 'workflow_name=<string>' \
  --form proxies=true \
  --form 'session_data=<string>' \
  --form timeout=1200 \
  --form 'webhook_url=<string>' \
  --form 'metadata=<string>'
{
  "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "livestream_url": "<string>",
  "connect_url": "<string>",
  "vnc_url": "<string>"
}
Creates a new workflow session.

Authorizations

X-API-Key
string
header
required

Simplex API Key

Body

multipart/form-data

Response

Create workflow session response

The response is of type object.