Skip to main content
POST
cURL

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

baseId
string
erforderlich

Body

application/json
prompt
string
erforderlich
task
enum<string>

Quick model selection via predefined task type

Verfügbare Optionen:
coding,
embedding,
translation
Beispiel:

"coding"

modelKey
string

Specify an exact model configuration to use

Beispiel:

"openai@gpt-4o@custom-name"

Antwort

201 - application/json

Returns generated AI text.

result
string
erforderlich
Zuletzt geändert am 4. September 2026