← Back to Dashboard

SHOUTCLOUD

DevelopmentActiveFreeAuth: NoneDoc: Unknown
Visit Website ↗

Description

ALL-CAPS AS A SERVICE

✨ AI Summary

Transforms input text into all-caps using a dedicated API service.

Code Example

import requests

url = "https://api.shoutcloud.io/V1/SHOUT"
headers = {"Content-Type": "application/json"}
data = {"INPUT": "Hello, world!"}

response = requests.post(url, json=data, headers=headers)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)