POST/api/v1/documents/import-url🔒 Auth required
Import a document from a remote URL
Request body
Model: UrlImportRequest · Content-Type: application/json
UrlImportRequest.json
{
"url": "str",
"project_id": "UUID"
}Responses
202Accepted — download + processing startedUploadResponse
{
"document_id": "UUID",
"status": "str",
"deduplicated": "bool"
}