Skip to main content

Parameters

  • document_id (str): External ID of the document.
  • expires_in (int, optional): URL expiration time in seconds. Default is 3600 (1 hour).

Returns

  • Dict[str, Any] containing:
    • download_url – presigned URL usable in a browser or requests.get.
    • filename, content_type, expires_in, document_id (echoed back).

Example