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

ASAPP Conversations API

Operations to send conversational inputs to ASAPP AI services

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

Tagged areas include Conversations. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 9 operations across 7 paths. It is described by OpenAPI 3.0.1, at version 0.0.3.

Requests are made against a single base URL, https://api.sandbox.asapp.com.

9 operations 7 paths 0 schemas 5 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
0.0.3
Base URL
https://api.asapp.com
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

ASAPP Conversations API declares 2 security schemes for authenticating requests. An API key is passed in the header as asapp-api-id (API-ID). An API key is passed in the header as asapp-api-secret (API-Secret). By default, every request must be authenticated.

Paths & Operations 9

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

Conversations 9

Operations to send conversational inputs to ASAPP AI services

POST
/conversation/v1/conversations
Create or update a conversation
createOrUpdateConversation body → 200400401403404409413422
GET
/conversation/v1/conversations
List conversations
getConversations 1 param → 200400401403404422429503
GET
/conversation/v1/conversations/{conversationId}
Retrieve a conversation
getConversation 1 param → 200400401403404422429503
POST
/conversation/v1/conversations/{conversationId}/messages
Create a message
createMessage 1 param body → 200400401403404409413422
GET
/conversation/v1/conversations/{conversationId}/messages
List messages
getMessages 1 param → 200400401403404409413422
GET
/conversation/v1/conversations/{conversationId}/messages/{messageId}
Retrieve a message
getMessage 2 params → 200400401403404409413422
POST
/conversation/v1/conversations/{conversationId}/messages/batch
Create multiple messages
createBatchMessages 1 param body → 200400401403404409413422
GET
/conversation/v1/conversation/messages
List messages with an externalId
getMessagesByExternalId 1 param → 200400401403404409413422
POST
/conversation/v1/conversations/{conversationId}/authenticate
Authenticate a user in a conversation
postAuthenticate 1 param body → 204400401403404422429503

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

asapp-conversations-api-openapi.yml Raw ↑

Other APIs ASAPP publishes across the network.

ASAPP AutoCompose API
ASAPP AutoSummary API
ASAPP AutoTranscribe API
ASAPP AutoTranscribe Media Gateway API
ASAPP Configuration API
ASAPP Disengage API
ASAPP Engage API
ASAPP File Exporter API
ASAPP GenerativeAgent API
ASAPP Health Check API
ASAPP Knowledge Base API
ASAPP Metadata API