Gallery Platform API
Reference

Capture a job sign-off

Records a receiver's acceptance sign-off on a job (in-room attestation, carrying the signer's name).

POST
/gallery/jobs/{id}/sign-offs

Records a receiver's acceptance sign-off on a job (in-room attestation, carrying the signer's name).

Authorization

bearerAuth jobs:create
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: jobs:create

Path Parameters

id*string

Header Parameters

Idempotency-Key?string

Optional. Send a unique key per logical operation to make retries safe: a retry with the same key replays the stored success for 14 days instead of re-running the write. Reusing a key with a different body returns 400.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Capture a receiver sign-off on a job.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "id": "string",  "job_id": "string",  "task_id": "string",  "contact_id": "string",  "signer_name": "string",  "note": "string",  "signed_at": "string",  "signature_path": "string",  "created_by": "string",  "created_at": "string"}