Authorizations
Chave privada da API
Body
application/json
Response
200
Default Response
curl --request POST \
--url https://api.zapperapi.com/{instanceId}/text-to-speech/key \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"apiKey": "<string>"
}'
Atualiza a API Key da ElevenLabs.
curl --request POST \
--url https://api.zapperapi.com/{instanceId}/text-to-speech/key \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"apiKey": "<string>"
}'
Chave privada da API
Default Response