Skip to main content
POST
/
scanner
/
api
/
v1
/
captures
/
{id}
/
apply
Apply accepted proposals
curl --request POST \
  --url https://www.closient.com/scanner/api/v1/captures/{id}/apply \
  --header 'X-API-Key: <api-key>'
{
  "detail": "<string>",
  "applied_fields": [],
  "skipped_fields": []
}

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

id
string<shortuuid>
required

Unique capture id identifier.

Required string length: 22
Pattern: ^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$

Response

200 - application/json

OK

Result of applying accepted enrichment proposals to a product.

detail
string
required

Human-readable result message.

applied_fields
string[]

List of fields that were successfully updated.

skipped_fields
string[]

List of fields that were skipped.