Skip to main content
POST
/
scanner
/
api
/
v1
/
sessions
/
{session_id}
/
photos
/
link-capture
Link unlinked photos to a capture
curl --request POST \
  --url https://www.closient.com/scanner/api/v1/sessions/{session_id}/photos/link-capture \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "capture_short_id": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.closient.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

session_id
string
required

Unique session short_id identifier.

Body

application/json

Request body for linking unlinked photos to a capture.

capture_short_id
string
required

Slug of the barcode capture to link photos to.

Response

200 - application/json

OK

The response is of type Response · object.