Skip to main content
POST
Run an Action

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required
actionId
string
required

Body

application/json
input
object

Action input, matching the Action's input schema.

idempotencyKey
string

Reuse the previous run for a repeated call with the same key.

surface
string

Optional label for where the call came from.

Response

Successful response

The response is of type object.