Number of APIs: 64
Welcome to the OpenAI API Qodex Collection! This collection provides a comprehensive set of examples to help you get started with the OpenAI API. Easily walkthrough multiple usecases, API Capabilities, and OpenAI's assistant APIs. Note: This isn't OpenAI's official collection. Learn how to contribute to this workspace and collections [here] The OpenAI API provides a simple interface for developers to create an intelligence layer in their applications powered by OpenAI's state-of-the-art models. The [Chat Completions ] endpoint powers ChatGPT and provides a straightforward way to generate text responses. To get started with working with OpenAI APIs, you need to first be authorized to access their APIs. Create an OpenAI account or sign in to an exisitng one. Next, navigate to the API keys page and click on the Give your key a name, select a project, and configure all relevant permissions for this API key. Create the secret key. Once the Secret Key is created, copy it to your clipboard by clicking the copy button and select Qodex provides you with a Vault that let's you store sensitive data locally. Data stored in this vault is not synced with Qodex Cloud and can only be accessed in your local Qodex Instance. We recommend using [Qodex Vault] to store sensitive data. Store your Secret Key in a Qodex Vault. A reference to a secret [Text Generation] [Function Calling] Build a simple FAQ system [Chat Completions] [Embeddings] Fine Tunning Batch API Requests Files Image Generation Models [Moderations] [Create Assistant] [List Assistant] [Retrieve Assistants] [Modify Assistants] [Delete Assistants] Threads Messages Runs Vector Store Vectore Store Files Batches
Getting Started
Step 1: Setup your account
Step 2: Fetch your API key
Create new secret key
button.Done
to close the open prompt.Step 3: Configure the API Key in Qodex
{{vault:openai-secret-key}}}
has been added to the [collection authorization tab] as a Bearer token. You can use this variable name in your vault or update the variable in the authorization tab accordingly.ChatGPT API Use Cases
ChatGPT API Capabilities
ChatGPT Assistants API
POST https://api.openai.com/v1/embeddings
POST https://api.openai.com/v1/chat/completions
POST https://api.openai.com/v1/chat/completions
POST https://api.openai.com/v1/embeddings
POST https://api.openai.com/v1/fine_tuning/jobs
ENDPOINTS