OpenIndex

LLMs를 OpenIndex와 통합

AI 에이전트와 채팅봇에 관련 상업 정보를 추가하는 방법을 배우세요.

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.