OpenAI ​
Generate text, create embeddings, and moderate content with the OpenAI API.
| Detail | Value |
|---|---|
| Category | AI |
| Base URL | https://api.openai.com/v1 |
| Authentication | Bearer Token |
| Endpoints | 6 |
| Connector key | openai |
Using OpenAI in a workflow ​
- Go to Connections and click New Connection.
- Pick OpenAI from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /chat/completions | Create a chat completion |
| POST /embeddings | Create an embedding vector |
| POST /images/generations | Generate an image |
| POST /moderations | Classify text for moderation |
| GET /models | List available models |
| POST /audio/transcriptions | Transcribe audio to text |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.