Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

baseId
string
required

Body

application/json
prompt
string
required
task
enum<string>

Quick model selection via predefined task type

Available options:
coding,
embedding,
translation
Example:

"coding"

modelKey
string

Specify an exact model configuration to use

Example:

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

Response

201 - application/json

Returns generated AI text.

result
string
required
Last modified on March 5, 2026