Skip to main content
POST
/
api
/
v1
/
automations
/
{id}
/
examples
/
{exampleId}
/
run
Run automation example
curl --request POST \
  --url https://studio.eigenpal.com/api/v1/automations/{id}/examples/{exampleId}/run \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "batchId": "<string>",
  "finished": true
}

Authorizations

Authorization
string
header
required

API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required
exampleId
string
required

Response

Example run accepted

id
string
required
type
enum<string>
required
Available options:
workflow,
agent
batchId
string | null
required
finished
boolean
required