Authentication Required: This endpoint requires a valid API key (public or secret).
Creates a summarization request for the content found at the provided URL. The summary can be customized in terms of length, medium, and style.
Domain Validation: The URL domain must exactly match one of the publisher domains associated with your organization's publisher group. Subdomains are not automatically allowed - the exact domain must be authorized. This ensures that you can only summarize content from authorized publishers.
Use the returned summaryId with the /v1/summaries/{summaryId} endpoint to retrieve the streaming summary.
Rate Limiting: This endpoint is subject to rate limiting based on your organization's settings. The response headers will include:
X-RateLimit-Limit
: Maximum requests allowed in the current time windowX-RateLimit-Remaining
: Number of requests remainingX-RateLimit-Reset
: Unix timestamp when the rate limit resets