Moby API Reference
Programmatic access to download analytics, authorization tokens, and system status.
Authentication
Use the following endpoint to request an API token (valid for 24 hours):
POST /api/v1/auth/token HTTP/1.1
Host: api.mobytech.io
Content-Type: application/x-www-form-urlencoded
client_id=YOUR_CLIENT_ID
client_secret=YOUR_CLIENT_SECRET
Download Status
Check the status of active downloads using this endpoint:
GET /api/v1/downloads/status?token=YOUR_API_TOKEN HTTP/1.1
Host: api.mobytech.io
Accept: application/json
License Validation
Verify license keys against our systems:
POST /api/v1/licenses/validate HTTP/1.1
Host: api.mobytech.io
Authorization: Bearer YOUR_API_TOKEN
Content-Type: application/json
{
"license_key": "MBOY2025XXXXX"
}
Rate Limiting
This API is rate limited to 100 requests/minute. Enterprise accounts receive 10x higher limits.