cURL
curl --request POST \ --url https://api.acaas.example.com/v1/scream \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "text": "<string>", "intensity": 3 } '
{ "original": "<string>", "result": "<string>", "characters_amplified": 123 }
Convert the input text to uppercase and append exclamation marks.
Documentation IndexFetch the complete documentation index at: https://acaas.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://acaas.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Input to /v1/scream - adds configurable emphasis.
The meek, lowercase text you want made louder.
1
"hello world"
Number of trailing exclamation marks (1-10).
1 <= x <= 10
Successful Response
Standard response envelope for capitalization endpoints.
The text you sent in.
The text, but LOUDER.
Number of characters that were made louder.