v4

OpenAPI 3.1.02026-08-01207318738.7 KB
AI Model Suggestions

Enable the suggestion schedule

Enables the daily schedule that generates suggestions for the shared model. Idempotent — re-enabling leaves an existing schedule untouched. Requires organization admin permissions.

put/api/v1/models/{modelId}/suggestions/schedule

Path parameters

modelIdstring uuid required

UUID of the shared model the suggestions belong to

Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890

UUID of the shared model the suggestions belong to

Request body

timezonestring

IANA timezone the schedule fires in (e.g. America/New_York). Generation currently runs once daily at ~2 AM in this timezone. Defaults to UTC.

Example request

{
  "timezone": "America/New_York"
}

Response

The schedule is enabled

idstring uuid required

The schedule (trigger) id.

sharedModelIdstring uuid required

The shared model the schedule generates suggestions for.

status'enabled' required
timezonestring required

IANA timezone the schedule runs in.

Example response

{
  "timezone": "America/New_York"
}