Admin Models
Create a system prompt for a model
Create a new system prompt for a model that does not have one yet
post/admin/models/{id}/system-prompt
Path parameters
idstring required
Example:model-uuid-here
Model ID
Request body
Example request
{
"text": "You are a friendly AI assistant...",
"status": "COMPLETED"
}Response
System prompt created successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.