Skip to main content
POST
Queue a structural Browser action

Authorizations

Authorization
string
header
required

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

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27
idempotency-key
string
Maximum string length: 255

Path Parameters

id
string
required
Pattern: ^comp_[0-9a-f]{32}$
screen_id
string
required
Pattern: ^scrn_[0-9a-f]{32}$

Body

application/json
source_observation_id
string | null
required
Pattern: ^bobs_[0-9a-f]{32}$
action
object
required
deadline
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$

Response

Success

envelope
object
required
action_fingerprint
string
required
Pattern: ^sha256:[0-9a-f]{64}$
destination_decision
object
required
admitted_at
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$