document

Upload Documents From Url

Download and upload documents from URLs to a workspace with encryption. Documents are queued for processing, parsed, and indexed for vector search.

Requires active subscription (paid/trial/dev) if Stripe is configured.

post/api/document/upload-url

Query parameters

urlsstring[] required

URLs to download documents from

URLs to download documents from

workspace_ext_idstring required
sharedboolean

Whether the document should be shared with workspace members

Whether the document should be shared with workspace members

config_ext_idstring nullable

Configuration to use for processing

Configuration to use for processing

Headers

workspace-keystring

Response

Successful Response

doc_ext_idsstring[] required

Changes

Changed in 3 of the 34 revisions of this API.13

  • 7073d865238611See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • added the required property doc_ext_ids to the response with the 200 status

      response-required-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional header request parameter workspace-key

      new-optional-request-parameter

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog