Secure API Gateway

Connect to our premium services with secure, rate-limited access.

API Documentation


To use our API, you must provide a valid API key in your request. Our gateway handles masking and rate limiting automatically.

Endpoint
GET https://www.api.smms.host/api.php?key=YOUR_API_KEY&...
Example Request
curl "https://www.api.smms.host/api.php?key=8e2b...&other_param=value"
Error Responses
Code Message Description
401 Invalid API key The provided key does not exist.
403 Request limit reached The key has exceeded its assigned request quota.
403 API key has expired The key's validity period has ended.