Authentication¶
Enterprise tier exposes a REST API for programmatic schedule management. Authentication is via API key.
Getting an API key¶
- WP Admin → Image Rotation → Settings → API access (Enterprise only).
- Click Generate API key. The key is shown only once.
- Copy and store securely.
Authentication¶
Send the API key in the Authorization header:
Rate limits¶
- 120 requests per minute per API key.
- Bursts up to 30 requests in 5 seconds.
- Exceeding triggers a 429 with a
Retry-Afterheader.
Revoking a key¶
The same Settings → API access page. Click Revoke next to the key. The key is immediately invalidated; in-flight requests using it return 401.