GET
/
api
/
v0
/
documents
/
{document_id}
/
upload-url
{
  "url": "string"
}

Get a signed upload URL for a document

Retrieves a signed upload URL for a document.

Path Parameters

string
required

No description provided

Response

data
object

The response data for this endpoint.

{
  "url": "string"
}