Gallery Platform API
Reference

Mint a signed job-photo upload URL

Returns a one-time signed target for uploading an evidence photo directly to Storage. The server derives the gallery-scoped object key; the client then uploads the bytes and registers the object via POST /photos. Requires a first-party session.

POST
/gallery/jobs/{id}/photos/upload-url

Returns a one-time signed target for uploading an evidence photo directly to Storage. The server derives the gallery-scoped object key; the client then uploads the bytes and registers the object via POST /photos. Requires a first-party session.

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

The job id.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Request a signed URL to upload a job photo object.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "storage_path": "string",  "token": "string",  "signed_url": "string"}