Create Identity Document
Create an identity document row. The file is expected to have
already been uploaded via the shared upload subsystem; the client
passes the resulting upload_id here. The document starts out awaiting
office review (pending).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Create payload — after a file is uploaded via the upload service, the client posts metadata referencing the resulting upload_id.
Sub-type discriminator within identity documents.
passport, us_visa, seaman_book, national_id Response
Successful Response
API response shape with computed status.
Computed at response time from expiry_date - today().
No unknown value — when there's no expiry_date we use VALID (the
document doesn't expire; treat as good).
valid, expiring_soon, expired API response shape (camelCase). Used both as the per-item entry in a
profile summary and embedded as the verification field on a credential
response.