Skip to main content
POST
Generate model suggestions

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

modelId
string<uuid>
required

UUID of the shared model the suggestions belong to

Response

Generation run enqueued

runId
string<uuid>
required

The ID of the created generation run. Poll the Get status for a generation run endpoint for status.

status
enum<string>
required

The status of the run. Generation runs asynchronously.

Available options:
queued