Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TalkPush Agents API API

Collection of endpoints related to AI Agents (SmartCall Settings). Agents are configurable AI-powered voice/interview agents that can be linked to campaigns, question sets, and candidate attribute extractions.

TalkPush Agents API API is one of 14 APIs that TalkPush publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Agents API. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 7 operations across 4 paths, and defines 13 schemas. It is described by OpenAPI 3.0.0, at version 2.0.

Requests are made against a single base URL, https://company_subdomain.talkpush.com/api/talkpush_services.

7 operations 4 paths 13 schemas 1 DELETE4 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.0
Base URL
https://your-company.talkpush.com/api/talkpush_services
Resource Areas
1

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 4 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Agents API 7

Collection of endpoints related to AI Agents (SmartCall Settings). Agents are configurable AI-powered voice/interview agents that can be linked to campaigns, question sets, and ca…

GET
/agents
Retrieve a list of agents
6 params → 200500
POST
/agents
Create a new agent
1 param body → 201422500
GET
/agents/{id}
Retrieve details of a specific agent
2 params → 200404500
PUT
/agents/{id}
Update an existing agent
2 params body → 200404422500
DELETE
/agents/{id}
Delete an agent
2 params → 204404500
GET
/agents/{agent_id}/calls
Retrieve a list of calls for a specific agent
7 params → 200400401404500
GET
/agents/{agent_id}/changelog
Retrieve the changelog for a specific agent
4 params → 200401404500

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are agent_detail (14 properties), agent_create_response (12 properties), agent_call_body (12 properties), agent_list_item (12 properties). Each schema is shown below with its type and property counts.

changelog_entry
object
A single audit event recorded for an agent.
5 properties 5 required
agent_create_request
object
1 property 1 required
agent_calls_pagination
object
4 properties
agent_update_request
object
1 property 1 required
agent_create_response
object
Response body returned after successfully creating an agent (HTTP 201). The dataextractions field is an array — unlike the keyed map returned by the show/updat…
12 properties
agent_changelog_response
object
Response envelope for the agent changelog endpoint.
3 properties 3 required
agent_detail_response
object
1 property 1 required
agent_calls_response
object
2 properties
agent_list_item
object
Compact agent representation returned in the list endpoint.
12 properties
agents_list_response
object
2 properties 2 required
agent_call_body
object
12 properties
changelog_change
object
A single field-level change within an audit entry.
3 properties 3 required
agent_detail
object
Full agent representation returned by the show and update endpoints.
14 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

talkpush-agents-api-api-openapi.yml Raw ↑

Other APIs TalkPush publishes across the network.

TalkPush Calls API API
TalkPush Campaigns API API
TalkPush Candidate Attributes API API
TalkPush Document Tags API API
TalkPush Folders API API
TalkPush Labels API API
TalkPush Leads API API
TalkPush Managers API API
TalkPush Message Templates API API
TalkPush Messaging API API
TalkPush Movement Reasons API API
TalkPush Requisition Management System API