Shorten an outreach message to fit a character limit
POST/api/outreach/shorten
Shortens a previously composed outreach message to fit within a hard character limit (counted as graphemes). Authenticate with OAuth bearer token or API key (Authorization: Bearer caesura_...). API keys can be created on Caesura Developers.
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 499
- 500
Message shortened (or returned as-is if already under the limit).
Invalid input payload, or message cannot be shortened to fit maxChars.
Not authenticated.
Insufficient credits.
Access denied.
Request cancelled.
Failed to shorten message.