/
/Tensorlake API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 19m ago · Updated 1mo ago
datasets14
  • get/documents/v1/datasets
  • postCreate a new dataset. They are used in conjunction with the Structurued Data or Documetn Parsing API requests. Behavior of datasets when used with the APIs: * Structured Extraction API - Structured Data from files are automatically inserted into datasets. A JSON schema is required to guide the extraction. * Document Parsing API - Chunks of parsed documents from the Document Parsing API automatically.
  • get/documents/v1/datasets/{dataset_name}
  • put/documents/v1/datasets/{dataset_name}
  • post/documents/v1/datasets/{dataset_name}
  • deleteDelete a dataset. This will remove all data associated with the dataset.
  • get/documents/v1/datasets/{dataset_name}/jobs
  • get/documents/v2/datasets
  • post/documents/v2/datasets
  • get/documents/v2/datasets/{dataset_id}
  • put/documents/v2/datasets/{dataset_id}
  • delete/documents/v2/datasets/{dataset_id}
  • get/documents/v2/datasets/{dataset_id}/data
  • post/documents/v2/datasets/{dataset_id}/parse
files6
files_v24
jobs3
parse5
webhook1
    datasets

    get/documents/v1/datasets

    Query parameters

    cursorstring

    Cursor to paginate through the list of jobs

    limitinteger

    Limit the number of jobs to return

    direction'next' | 'prev'

    Direction to paginate through the list of jobs

    status'idle' | 'processing'

    Filter datasets by status

    Response

    List datasets

    hasMoreboolean required
    prevCursorstring nullable
    nextCursorstring nullable

    Changes