PlayHT API
# support
b
Hey, I noticed you can configure different play.ai models in the dashboard. Can I do this via API?
v
@bertiefa Yes, you can configure different play.ai models via the API. You'll need to use the appropriate endpoint to update your assistant's settings with the desired play.ai model configuration. If you provide me with the specific details of the model you want to configure, I can help you construct the JSON payload to make the request.
You can continue this conversation by mentioning me in the message.
b
voice: { fillerInjectionEnabled: false, provider: 'playht', model: 'play-3.0-mini', voiceId: voiceId, textGuidance: 1.2, voiceGuidance: 4.5, styleGuidance: 23, speed: 0.95 }, This is part of my create assistant API payload
Figured this out
voice: { fillerInjectionEnabled: false, provider: 'playht', model: 'Play3.0-mini', voiceId: voiceId, textGuidance: 1.2, voiceGuidance: 4.5, styleGuidance: 23, speed: 0.95 }, this works