Retrieves the download location for a completed Document Generator output.
By default, the API responds with an HTTP redirect to the output content URL. Set redirect=false to return the download URL as a JSON response body instead.
You can also get a specific type of generated output for Google URLs, such as Google Slides or Goggle Docs.
This endpoint also supports the "pptx", "docx", "pdf", "gslides", "gdoc" keywords as special aliases which enables users to use this endpoint without getting the generated outputId beforehand.
Recent Requests
Log in to see full request history
Time
Status
User Agent
Retrieving recent requests…
Loading…
Responses
302
Redirect to the generated output content URL when redirect=true.
400
Invalid request parameters or the requested output is not yet completed.
401
Authentication failed because the Authorization header is missing, malformed, expired, or does not contain a valid JWT bearer token.
403
Authentication succeeded, but the bearer token lacks one or more scopes required by this operation.
404
Content is not found or not ready for download.
500
Unexpected server error while processing the request.