Last updated 4 days ago
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.
Imports a PDF from a given URL into the specified folder.
The URL of the PDF to import.
The UUID of the folder to import the PDF into.
POST /api/v2/import-url HTTP/1.1 Host: app.humata.ai Authorization: Bearer YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 97 { "url": "https://pdfobject.com/pdf/sample.pdf", "folder_id": "e507832b-bdef-4baf-8423-822c1cb68e35" }
Successfully imported the PDF.
{ "id": "a8283bc7-02ee-471b-8590-5ef5401afa40" }