How to Import Document

Humata allows you to import new documents via the API. By passing a publicly available URL (or signed URL) to this endpoint, the document will be downloaded and processed on the Humata server.

Import URL

post

Imports a PDF from a given URL into the specified folder.

Authorizations
AuthorizationstringRequired

API key provided as a Bearer token in the Authorization header.

Body
urlstring · uriRequired

The URL of the PDF to import.

folder_idstring · uuidRequired

The UUID of the folder to import the PDF into.

Responses
200

Successfully imported the PDF.

application/json
post
/v2/import-url

Last updated