Skip to main content
For query engines not natively supported by Ryft, you can send query data directly using the Ryft Ingest API.

Get your Ryft Ingest Token

Ryft will provide a unique ingest token for your environment. This token is required to authenticate requests to the Ingest API.

Send Query Data

Send a POST request to the ingest endpoint with your query data as JSON:
A 200 response means the message was accepted and will be processed.

Bulk Ingestion

You can send multiple queries in a single request by passing a JSON array instead of a single object:

Payload Schema

Make sure outbound connectivity is enabled to ingest.ryft.io on port 443 (HTTPS).