Skip to main content

List Chunks

GET 

/api/chunks/

List chunks.

Request

Query Parameters

    collection any

    Limit to chunks associated with this collection

    document_id any

    Limit to chunks associated with this document

    page any
    perPage any

Responses

Successful Response

Schema

  • Array [

  • oneOf

    id Idrequired
    document_id Document Idrequired
    kind Kind

    Default value: text

    text Textrequired
    raw Rawrequired

    start_char_idx

    object

    Start char index of the chunk.

    anyOf

    integer

    end_char_idx

    object

    End char index of the chunk.

    anyOf

    integer

  • ]

Loading...