Skip to main content

Render

POST 

/v1/render/render

Render

Request

Body

required

    document_url Document Url (string)required

    The URL of the file to render. Supports two URL types:

        1. Public URLs - accessible from the internet

    2. `nomic://` prefixed URLs - obtained from the `/upload` endpoint

    first_page

    object

    Starting page number for rendering (zero-indexed). If not specified, rendering starts from the first page of the file.

    anyOf

    integer

Responses

Successful Response

Schema

    task_id Task Id (string)required

    The id of the task.

Loading...