How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Observe.AI Reporting APIs

Asynchronous REST APIs that export Observe.AI contact-center data into external systems: Interactions (Moments, transcripts and metadata for voice calls, webchat and email), Summarization AI (GenAI summaries), Evaluations (Auto QA and manual evaluation forms with question-level and aggregate scores), Coachings (coaching sessions with mapped evaluations and notes), Ack/Dispute state changes, and DSR (Data Subject Request) deletion. Every reporting call is a two-step async flow — POST registers a request and returns a request_id, then GET polls that id until COMPLETED and returns a pre-signed S3 URL valid for 24 hours. Auth is OAuth 2.0 client-credentials (App ID + App Secret exchanged for a 2-hour bearer JWT).

This API exposes 16 operations across 16 paths, organized into 7 resource areas, and defines 9 schemas. It is described by OpenAPI 3.0.1.

Requests are made against a single base URL, https://{base_url}.

16 operations 16 paths 9 schemas 6 GET10 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
Base URL
https://kong.observe.ai/
Authentication
HTTP Bearer, object, object, object, object
Resource Areas
7

Authentication & Security 5

Observe.AI Reporting APIs declares 5 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). It defines a object scheme (DsrDeleteRequest). It defines a object scheme (DsrRule). It defines a object scheme (DsrDeleteResponse). It defines a object scheme (DsrStatusResponse).

Paths & Operations 16

Across 16 paths, the API surfaces 16 operations — 6 GET, 10 POST. They span 7 resource areas: Authentication, DSR, Interactions, Summary, Evaluations, Coachings, Ack Dispute Flow. Each is listed below with its method, path, parameters, and response codes.

Authentication 1

OAuth 2.0, which stands for “Open Authorization”, is a standard design to allow a website or application to access resources hosted by other web apps on behalf of a user Note : If…

POST
/v1/oauth/token
Create Auth Token 1 param body → 200401403404
DSR 2

DSR (Data Subject Request) deletion APIs allow customers to submit metadata-based deletion requests and check the processing status of those requests. Authentication OAuth 2.0 Bea…

POST
/v1/dsr/delete/on-demand
Submit DSR deletion request
Create Dsr Delete Request body → 200400401403500
GET
/v1/dsr/delete/{job_id}/status
Get DSR deletion status
Get Dsr Delete Status 1 param → 200400401403500
Interactions 3

Interactions API is an omnichannel API can be used to obtain all the data related to the interactions like Moments, Transcripts and metadata related to Interactions(including Voic…

POST
/v1/data/reports/interactions
Create Interaction Request 3 params body → 200400401403404405429500
GET
/v1/data/reports/interactions/{request_id}
Get Interactions 1 param → 200400401403404405429500
POST
/v1/data/reports/interactions/ids
Get Interactions By Ids 1 param body → 200400401403404405429500
Summary 3

Summarization AI API can be used to pull the data related to summaries for a particular interaction including calls and chats. Please note - Summaries can only be extracted if the…

POST
/v2/data/reports/interactions
Create Summaries Request 4 params body → 200400401403404405429500
GET
/v2/data/reports/interactions/{request_id}
Get Summaries 1 param → 200400401403404405429500
POST
/v2/data/reports/interactions/ids
Get Summaries By Ids 2 params body → 200400401403404405429500
Evaluations 2

Evaluations API can be used to pull all the Evaluations(Manual and Auto QA) done on Observe AI platform. Please note - Allow 24 hrs to pass before pulling Evaluations. ie., For Ev…

POST
/v1/data/reports/evaluations
Create Evaluation Request 3 params body → 200400401403404405429500
GET
/v1/data/reports/evaluations/{request_id}
Get Evaluations 1 param → 200400401403404405429500
Coachings 2

Coachings API can be used to pull all the Coaching sessions done on Observe AI platform. Please note - Allow 24 hrs to pass before pulling Coaching sessions. ie., For Coaching ses…

POST
/v1/data/reports/coachings
Create Coaching Request body → 200400401403404405429500
GET
/v1/data/reports/coachings/{request_id}
Get Coachings 1 param → 200400401403404405429500
Ack Dispute Flow 3

Ack Dispute API can be used to pull all evaluation related data which are sent for acknowledgment or dispute. Please note - Allow 24 hrs to pass before pulling Ack Dispute Data. i…

POST
/v1/data/reports/evaluation/ackdisputedetails
Create Ack Dispute Request 2 params body → 200400401403404405429500
GET
/v1/data/reports/evaluation/ackdisputedetails/{request_id}
Get Ack Dispute Details 1 param → 200400401403404405429500
POST
/v1/data/reports/evaluation/ackdisputedetails/ids
Get Ack Dispute Details By Ids body → 200400401403404405429500

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are PostJobResponse (4 properties), GetJobResponse (4 properties), RawJobRequest (3 properties), ErrorMessage (2 properties). Each schema is shown below with its type and property counts.

ErrorMessage
object
2 properties
RateLimitMessage
object
1 property
RawJobRequest
object
3 properties 2 required
AckDisputeFlowRequestIds
object
1 property
InteractionsRequest
object
2 properties
PostJobResponse
object
4 properties
GetJobResponse
object
4 properties
OauthTokenRequest
object
2 properties
OauthTokenResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

observeai-reporting-apis-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Observe.AI Reporting APIs, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.