Skip to main content

Process a Markdown Document Set

POST 

/api/v8/partner/document-to-markdown-set

Create a Markdown Document Set

Request

Responses

A Markdown Document Set.

Schema
    id integerrequired

    The unique identifier of the collection of processed documents.

    document_ids integer[]

    The unique identifiers of the markdown documents created from processed PDF Splitter.

    status stringrequired

    Possible values: [processed, in_progress, deleted, failed, started, split_in_progress]

    page_breaks object[]

    A list of page breaks to split a document. Each object defines what pages to use to create a new document.

  • Array [
  • page_start integerrequired

    Possible values: > 0

    Page start

    page_end integerrequired

    Possible values: > 0

    Page end

  • ]
Loading...