OpenIndex

Integrieren Sie Ihre LLMs mit OpenIndex

Erfahren Sie, wie Sie relevante kommerzielle Informationen zu Ihren AI-Agenten und Chat-Bots hinzufügen können.

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.