Ingest an entry
Test data ingestion by making a POST request to the
/api/v1/ingest/your_schema endpoint:The current example will not work as-is. Please change the request body according to your schema requirements.
Query your system
After ingesting data, query the API by making a POST request to the
/api/v1/search/query endpoint:See available data loaders
To see what data loaders are available, send a request to the data loader endpoint:Successful response (200 OK):
The keys are the available data loader names that you can use for the data loader endpoints. To see how these names are constructed and can be altered, read the docs here.