Meta Length Checker API
Call the Meta Length Checker endpoint over HTTP.
Last Updated: 01 April 2026
Base API URL
Base API URL
https://api.velohost.co.uk/meta/ Rate Limiting
This API is protected by a global rate limit to ensure fair usage and platform stability.
- Limit: 30 requests per 10 seconds per IP address
- Burst traffic is allowed
- No authentication required
-
Requests exceeding the limit return
HTTP 429
This limit applies across all Velohost public APIs.
Example request
POST /check
<lbrace> "title": <lbrace>"length": 54<rbrace>, "description": <lbrace>"length": 142<rbrace> <rbrace>
Implementation Guidance
For production use, validate input before sending requests, implement retry with exponential backoff on 429 or transient failures, and log normalized responses for trend monitoring.
Learn more
Explore the tool, documentation, and guides.