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

ASAPP AutoCompose API

Improve agent productivity with AutoCompose API

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

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

This API exposes 18 operations across 14 paths, and defines 34 schemas. It is described by OpenAPI 3.2.0, at version 0.0.3.

Requests are made against 2 base URLs: https://api.sandbox.asapp.com, https://api.test.asapp.com.

18 operations 14 paths 34 schemas 2 DELETE5 GET7 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 2

ASAPP AutoCompose 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).

Paths & Operations 18

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

AutoCompose 18

Improve agent productivity with AutoCompose API

POST
/autocompose/v1/conversations/{conversationId}/suggestions
Generate suggestions
getSuggestions 1 param body → 200400401403404409413422
POST
/autocompose/v1/profanity/evaluation
Evaluate profanity
getEvaluation body → 200400401403404409413422
POST
/autocompose/v1/spellcheck/correction
Check for spelling mistakes
getSpellingCorrection body → 200400401403404409413422
POST
/autocompose/v1/analytics/message-sent
Create a MessageSent analytics event
createMessageSentEvent body → 200400401403404409413422
POST
/autocompose/v1/conversations/{conversationId}/message-analytic-events
Create a message analytic event
createMessageAnalyticEvent 1 param body → 200400401403404409413422
GET
/autocompose/v1/settings
Get settings for AutoCompose clients
getSettings 1 param → 200400401403404409413422
GET
/autocompose/v1/responses/globals
List the global responses
getGlobalResponses 5 params → 200400401403404409413422
GET
/autocompose/v1/responses/customs
Get custom responses
getCustomResponseCollection 6 params → 200400401403404409413422
POST
/autocompose/v1/responses/customs/folder
Create a response folder
addCustomResponseFolder 1 param body → 200400401403404409413422
POST
/autocompose/v1/responses/customs/response
Create a custom response
addCustomResponse 1 param body → 200400401403404409413422
PUT
/autocompose/v1/responses/customs/response/{responseId}
Update a custom response
updateCustomResponse 2 params body → 200400401403404409413422
DELETE
/autocompose/v1/responses/customs/response/{responseId}
Delete a custom response
deleteCustomResponse 2 params → 200400401403404409413422
PUT
/autocompose/v1/responses/customs/folder/{folderId}
Update a response folder
updateFolder 2 params body → 200400401403404409413422
DELETE
/autocompose/v1/responses/customs/folder/{folderId}
Delete a response folder
deleteFolder 2 params → 200400401403404409413422
GET
/autocompose/v1/autopilot/greetings
Get autopilot greetings
getAutopilotGreetings 1 param → 200400401403404409413422
PUT
/autocompose/v1/autopilot/greetings
Update autopilot greetings
updateAutopilotGreetings 1 param body → 200400401403404409413422
GET
/autocompose/v1/autopilot/greetings/status
Get autopilot greetings status
getAutopilotGreetingsStatus 1 param → 200400401403404409413422
PUT
/autocompose/v1/autopilot/greetings/status
Update autopilot greetings status
updateAutopilotGreetingsStatus 1 param body → 200400401403404409413422

Schemas 34

The contract defines 34 schemas that model the data the API accepts and returns. The most detailed are MessageSentEvent (13 properties), MessageAnalyticEvent (7 properties), Settings (5 properties), Suggestions (5 properties). Each schema is shown below with its type and property counts.

DefaultErrorResponse
object
Default error response
1 property
MessagesResponse
object
Response for messages
1 property
DefaultErrorDetails
object
Error details
3 properties 2 required
Folder
object
A folder of responses
3 properties 1 required
ProfanityResult
object
ProfanityResult
1 property
AutopilotStatus
object
Autopilot status for an agent
1 property 1 required
Response
object
5 properties
UnprocessableEntity
object
Unprocessable Entity response
1 property
Suggestions
object
Suggestions for next agent message
5 properties
GlobalResponsesWithVersion
object
2 properties
AutopilotGreeting
object
Autopilot greetings for an agent
2 properties 2 required
ConflictResponse
object
Conflict response
1 property
Participant
object
Represents a participant in the conversation.
2 properties 2 required
Settings
object
5 properties
SpellcheckCorrection
object
4 properties
ForbiddenResponse
object
Forbidden response
1 property
MessageSentEvent
object
Analytics event describing the agent's usage of AutoCompose features while composing a message (we sometimes refer to these as augmentation features, because t…
13 properties 3 required
Message
object
Represents a single message within a conversation.
3 properties 3 required
NewCustomResponse
object
4 properties 2 required
ParticipantRole
string
A participant role, usually the customer or an agent for human participants. System participant is also allowed but keep in mind that this role won't be consid…
GlobalResponsesVersion
object
2 properties
Suggestion
object
Suggestion
3 properties
SuggestionsRequest
object
A suggestions request with an optional message to add to the conversation
2 properties
NotFoundResponse
object
Not Found response
1 property
RequestEntityTooLargeResponse
object
Request Entity Too Large response
1 property
AutopilotMessage
object
Recommended message for the agent to autopilot send.
5 properties
MessageAnalyticEvent
object
Analytics event reporting actions the agent performed while composing a message.
7 properties 2 required
PhraseCompletion
object
Completion of the phrase the agent is currently typing, to be displayed inline in the composer
1 property
UnauthorizedResponse
object
Unauthorized response
1 property
TooManyRequestsResponse
object
Too Many Requests response
1 property
BadRequestResponse
object
Bad request response
1 property
Responses
object
A set of responses and folders for an agent
3 properties
ServiceUnavailableResponse
object
Service Unavailable response
1 property
SpellcheckQuery
object
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

asapp-autocompose-api-openapi.yml Raw ↑

Other APIs ASAPP publishes across the network.

ASAPP AutoSummary API
ASAPP AutoTranscribe API
ASAPP AutoTranscribe Media Gateway API
ASAPP Configuration API
ASAPP Conversations 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
Where this information came from

This is an independent, third-party profile of ASAPP AutoCompose API, 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.