OpenIndex

Integrate your LLMs with OpenIndex

Learn how to add relevant commercial information to your AI agents and chat bots.

curl -X POST https://www.openindex.ai/api/multimodal/search \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <your OpenIndex API key>' \
  -d '{"query": "Cocktail dresses"}'

You can get your API key from the dashboard.
Please get in touch with developers@openindex.ai for any comment, question or feedback.