syncing market data_
Client that can be used to query an index and upload, merge, or delete documents.
Client that can be used to query an index and upload, merge, or delete documents. --- Public API proxied through Ozma. **Claim this listing** to monetize and manage pricing.
No score data yet
| Method | Path | Summary | Price |
|---|---|---|---|
| GET | /docs | Searches for documents in the index. | 1c |
| GET | /docs('{key}') | Retrieves a document from the index. | 1c |
| GET | /docs/$count | Queries the number of documents in the index. | 1c |
| GET | /docs/search.autocomplete | Autocompletes incomplete query terms based on input text and matching terms in the index. | 1c |
| POST | /docs/search.index | Sends a batch of document write actions to the index. | 1c |
| POST | /docs/search.post.autocomplete | Autocompletes incomplete query terms based on input text and matching terms in the index. | 1c |
| POST | /docs/search.post.search | Searches for documents in the index. | 1c |
| POST | /docs/search.post.suggest | Suggests documents in the index that match the given partial query text. | 1c |
| GET | /docs/search.suggest | Suggests documents in the index that match the given partial query text. | 1c |
ozma register && ozma call searchindexclient /docs --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/searchindexclient/docs# Python
client.proxy_call("searchindexclient", "/docs")Own this API? Claim the listing to manage pricing and receive payouts.