Keyword Search

Performs keyword search across multiple documents and returns matches without positional information for faster response times.

Key Features:

  • Faster than batch search (no positional data retrieval)
  • Each match includes a unique match_id
  • Use match_id with the positional-info endpoint to get positions on demand
  • Supports same filtering and search options as batch search

Use Cases:

  • Initial search to find relevant documents quickly
  • When positional information is not immediately needed
  • Two-step workflow: search first, then get positions for specific matches

Workflow:

  1. Use this endpoint to quickly find matching documents
  2. Review results and identify matches of interest
  3. Call GET /api/v2/documents/search/positional-info with match_id for precise locations
Body Params
filters
object

Serializer for batch search filters. Supports filtering by company IDs, document IDs, filing types, document types, and date ranges.

options
object

Serializer for batch search options.

Responses

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json