Skip to main content
POST
Parse Text

Authorizations

x-api-key
string
header
required

Body

application/json
data
object[]
required

Array of text objects to be parsed.

Example:
chunk_size
integer
required

Size of the chunks for text splitting.

Example:

1000

chunk_overlap
integer
required

Overlap between consecutive text chunks.

Example:

100

Response

Text successfully parsed and documents returned.

documents
object[]

List of processed document chunks.