Skip to main content
POST
Count matches

Authorizations

Authorization
string
header
required

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

Path Parameters

database
string
required

Target database.

Body

application/json

POST /v1/count/{database}. Count of rows matching a keyword query.

field_name
string
required
mode
enum<string>
required

Boolean mode for a multi-term FTS query. Accepted case-insensitively on the wire ("or", "Or", "OR"); serialized canonically lowercase.

Available options:
or,
and
query
string
required
table_name
string
required

Response

Match count as JSON {"count": <n>}.

Last modified on August 19, 2026