Search
Run one module immediately
Execute a single module against one query target and return immediate cards in the same response. This endpoint runs only the provided module and does not require stream consumption.
POST
Run one module immediately
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Previous
Delete multiple searchesRequest asynchronous deletion of one or more completed searches. The request accepts between 1 and 100 search IDs. The batch is all-or-nothing: every provided search ID must belong to the authenticated caller and every search must already be in a terminal state (`finished` or `failed`), otherwise nothing is deleted.
Next
Run one module immediately