Skip to main content
POST
Upsert AI Session Analyzer Provider

Body

application/json

The request body resource

model
string
required

Model to use

Example:

"gpt-4o"

provider
enum<string>
required

Name for the AI provider

Available options:
openai,
anthropic,
azure-openai,
custom
Example:

"openai"

api_key
string

API key for authentication

Example:

"sk-..."

api_url
string

Base URL of the AI API

Example:

"https://api.openai.com/v1"

Response

OK

api_key
string

API key for authentication

Example:

"sk-..."

api_url
string

Base URL of the AI API

Example:

"https://api.openai.com/v1"

created_at
string
read-only

The time the resource was created

Example:

"2024-07-25T15:56:35.317601Z"

id
string<uuid>
read-only

The resource identifier

Example:

"15B5A2FD-0706-4A47-B1CF-B93CCFC5B3D7"

model
string

Model to use

Example:

"gpt-4o"

provider
string

Name for the AI provider

Example:

"openai"

updated_at
string
read-only

The time the resource was updated

Example:

"2024-07-25T15:56:35.317601Z"