Upload identity image
Stores one face of the signer’s identity document as an attachment
on the silo entry. Required before confirming when
signature=identity was used on the agreement upload.
Call once per view:
front+backfor an ID card (CNI, titre de séjour).pagefor a passport.
Re-uploading the same view overwrites the previous image. The
MIME type is detected from the bytes — clients do not send it.
signature=identity. Call once per view — front + back for an ID card (CNI, titre de séjour), or page for a passport. Re-uploading the same view overwrites the previous image; the MIME type is detected from the bytes.Authorizations
Authenticate using a valid Invopop enrollment token in the Bearer
scheme.
Example: Authorization: Bearer <token>
Path Parameters
ID of the org.Party silo entry being onboarded.
"5b45453c-cdd0-11ed-afa1-0242ac120002"
Body
Which face of the identity document this image represents.
front- Front of an ID card (recto).back- Back of an ID card (verso).page- Photo page of a passport.
front, back, page Base64-encoded binary of the image. Must be image/jpeg or
image/png, maximum 10 MB. Text on the document should be
clearly legible. The MIME type is detected from the bytes.
Response
Identity image stored.