API ReferenceAssistants
Update assistant
Update assistant settings.
Authorization
sessionAuth AuthorizationBearer <token>
NextAuth session token
In: header
Path Parameters
orgId*string
Format
uuidid*string
Format
uuidRequest Body
application/json
name?string
systemPrompt?string
language?string
accent?string
temperature?number
Range
0 <= value <= 1maxDuration?integer
silenceTimeout?integer
Response Body
application/json
curl -X PATCH "https://platform.autophone.org/api/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/assistants/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "temperature": 0.8, "maxDuration": 900 }'{
"assistant": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"name": "string",
"systemPrompt": "string",
"modelId": "autophone-g1",
"voiceMappingId": "8e89b0d4-3f56-448b-8820-1f22601a2e24",
"greeting": "string",
"greetingChat": "string",
"language": "ar",
"accent": "string",
"temperature": 0.7,
"maxDuration": 600,
"silenceTimeout": 10,
"interruptionSensitivity": "low",
"enablePhone": true,
"enableBrowser": true,
"enableChat": true,
"status": "active",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
}Empty
Empty
Empty