Upload a supplier PDF catalogue for extraction
Uploads a supplier catalogue PDF and proxies it to the enrichment extraction service, returning the accepted job (202) — poll GET /catalog/imports/{jobId} for the proposed products. The request body is either the raw PDF bytes with Content-Type: application/pdf (max 10 MiB; the file’s filename and an optional supplierHint ride as query params), OR multipart/form-data with a file part plus an optional context field (the centrale’s taxonomy / brands / catalogue index, driving reconcile + classify) and a supplier_hint field. This extracts + proposes products for HUMAN REVIEW in the centrale; nothing is written to the catalogue by this call. WHY avoid for an agent: it needs a binary file upload a human performs from the back-office.
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Response
The PDF was accepted and enqueued; poll the returned job id.

