Skip to main content
POST
TypeScript SDK

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

provider
enum<string>
required
Available options:
notion,
google-drive,
onedrive,
gmail,
github,
web-crawler,
s3,
granola

Body

application/json
containerTags
string[]

Optional comma-separated list of container tags to filter documents by

Maximum string length: 100
Pattern: ^[a-zA-Z0-9_:-]+$
Example:

Response

List of documents

createdAt
string<datetime>
required
id
string
required
status
string<datetime>
required
summary
string | null
required
title
string | null
required
type
string
required
updatedAt
string<datetime>
required