Indexing via the JSON API
Use our API to index JSON objects in your search engine.
Indexing a JSON file
Here's an example of a document that we want to index. Our index has been created with the built-in demo
schema. Don't forget to replace your_index_id
with the id of the index you created in the previous step.
and the equivalent cURL:
Last updated