Validate and Usage
Check caption limits before publishing, and inspect plan usage and channel quotas.
Validate post length
verlynk validate -t "Hello from the CLI!"
verlynk validate --text "$CAPTION" --strict
verlynk validate -t "Hello from the CLI!" --json
| Flag | Description |
|---|---|
-t, --text | Post text to validate (required) |
--strict | Exit with code 1 if any platform exceeds its limit |
--json | Output raw JSON |
tip
Use --strict in CI so invalid captions fail the pipeline.
Usage and plan limits
verlynk usage
verlynk usage --json
Shows channel quotas, trial/billing status, and related plan information.
Related list flags:
profiles:list --include-over-limitaccounts:list --include-over-limit
Rate limits
API requests are limited to 120 per minute with a burst of 30 requests in 10 seconds. See Rate Limits.