post
https://api.lucid.co/v1/documents/import/jobs
Starts an asynchronous import of a document file. This endpoint will immediately reserve a document ID, but the document is not necessarily created nor populated until the job has succeeded.
The uploaded file must not exceed 50 MB.
This is a long-running job request endpoint. See Long-Running Jobs.
400Bad Request. The request is malformed, does not include exactly one file, or contains invalid import parameters.
403Forbidden. The caller lacks permission to create the requested document or use the requested destination.
415Unsupported Media Type. The supplied import type is not supported.
429Too Many Requests. The account exceeded the import rate limit.