Skip to main content
POST
Search all documents

Headers

Authorization
string

Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication

Body

application/json
limit
integer<int32>
default:25

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 25.

page
integer<int32>
default:1

An integer for use with pagination. For instance, if limit is set to 25 and you set page to 2 then results 26-50 will be returned.

query
object

See Joyfill's Search Query Syntax

sort
object

See Joyfill's Search Sort Syntax

Response

200