How to Import Document
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
401
Unauthorized access, invalid API key.
application/json
429
Rate limit exceeded.
application/json
post
/v2/import-urlLast updated