APIHub
Back to Explore

Amazon Connect Contact Lens

Provides a list of analysis segments generated during a real‑time contact analysis session, allowing callers to paginate through the results using MaxResults and NextToken.

Cloud
apiKeyHeader
No HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

17ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
POST

/realtime-contact-analysis/analysis-segments

Provides a list of analysis segments for a real-time analysis session.

  • MaxResults (query, limit) — Pagination limit
  • NextToken (query) — Pagination token

1 endpoint auto-detected

Authentication

This API uses an API key, passed in the "Authorization" header. No OAuth required.

curl -X POST \
  "https://github.com/mermade/aws2openapi/realtime-contact-analysis/analysis-segments" \
  -H "Authorization: YOUR_API_KEY"

github.com · HTTPS only