Reference document
Create reference document
Specify document metadata in the request, and get back an upload_url
at which to put the PDF, for example with curl -T ./sample.pdf
.
POST
Authorizations
Sensible uses API keys to authenticate requests. Keep your API keys secure and do not share them publicly accessible areas such as GitHub, client-side code, etc. Authentication to the API is performed via Bearer Authentication. Provide your API key as the bearer auth value.
Path Parameters
The unique document type identifier in v4 UUID format. Find IDs using the /document_types
endpoint.
Example:
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Body
application/json
Upload url for putting the document
Response
200
application/json
The created reference document
The response is of type object
.