Skip to main content
POST
Search Documents

Authorizations

x-api-token
string
header
required

API key authentication

Body

application/json
filters
object

Filter criteria for the search

Example:
sorters
string[]

Sorting instructions (field name and direction)

Example:
page
integer
default:1

Page number for pagination

Example:

1

page_size
integer
default:10

Number of results per page

Example:

10

Response

Search results

data
object[]

Array of matching documents

total_documents
integer

Total number of matching documents

Example:

4

status
boolean

Operation status

Example:

true