OpenIndex

OpenIndex Knowledge

公開
共有する

Reason on all public collections of documents and websites on Openindex and on any documents you privately share on this chat.

Email

OpenAI GPTs

You can query this collection in your custom OpenAI GPT.

From the GPT editor, click “Configure” → “Create new action” → “Import from URL” and use the following schema URL.

開発者

APIを使用して、OpenIndexコレクションをプログラムで検索できます。

curl -X POST https://www.openindex.ai/api/chat \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <your OpenIndex API key>' \
  -d '{"chatId": <existing chatId or empty to start a new conversation>, \
    "collectionId": "aSKjqCGWniIJF2yUVltH", \
    "message": "What is the most surpring thing about this document?"}'

Learn more about our API at our Developers Website.