POST
/
api
/
in
/
v0
/
documents
/
full-text-search

Authorizations

Authorization
string
header
required

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

Body

application/json
filters
object
required

Filters to narrow the search scope. For example, the search can be limited to few companies only. Without filters, search will be performed across all the filings.

query
string
required

Keyword/Phrase to Search

Response

200 - application/json
data
object

Search Result

status
enum<string>
Available options:
success