JustiFi Document API
Create/manage documents attached to your businesses and identities. When a document recordis created using this API the response object returns a presigned url used to upload thisdocument to an encrypted bucket. The presigned url can then be used to upload directly to anAWS s3 bucket, with a command like `curl -X PUT -T /path/to/file.pdf "insert presigned url"`.You must use the PUT method. This can also be accomplished from a backend or mobile app, from the browser or using our web components.After upload is complete the status changes from `pending` to `uploaded`.
JustiFi Document API is one of 27 APIs that JustiFi publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Document. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.
This API exposes 3 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0.
Requests are made against a single base URL, https://api.justifi.ai/v1.
Metadata
The identity and technical contract details declared by the specification.
Paths & Operations 3
Across 2 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.
Create/manage documents attached to your businesses and identities. When a document record is created using this API the response object returns a presigned url used to upload thi…
Schemas 4
The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Document (12 properties), PageInfo (4 properties), Envelope (4 properties), Envelope-list (4 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from JustiFi 12
Other APIs JustiFi publishes across the network.