Browse documentation
Flows

Trigger Processing

post/v1/flows/{flow_id}/process

SDK-driven — kicks the worker. Bearer-only.

Authentication

Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.

Parameters

flow_id
path · required

No additional parameter description.

Example request

cURL
curl --request POST \
  --url 'https://api.fideralabs.com/v1/flows/{flow_id}/process' \
  --header 'Authorization: Bearer $FIDERA_API_KEY'

Responses

202Successful Response
application/json
{}
422Validation Error
detail
ValidationError[]

No additional field description.

Operation ID

trigger_processing_v1_flows__flow_id__process_post