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

Ex-Human chatbot API

The chatbot API from Ex-Human — 3 operation(s) for chatbot.

Ex-Human chatbot API is one of 4 APIs that Ex-Human publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include chatbot. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 3 operations across 3 paths, and defines 19 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against 2 base URLs: https://api.exh.ai, http://localhost:7777.

3 operations 3 paths 19 schemas 1 DELETE2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.exh.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Ex-Human chatbot API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 3

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

chatbot 3
POST
/chatbot/v3/response
Get Multimodal Chat Response
get_response_chatbot_v3_response_post 1 param body → 200422
POST
/chatbot/v2/get_smart_replies
Get Smart Replies
get_smart_replies_chatbot_v2_get_smart_replies_post 1 param body → 200422
DELETE
/chatbot/v3/memory
Clear Long-Term Memory
delete_memory_chatbot_v3_memory_delete 3 params → 200422

Schemas 19

The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are ChatbotV3PayloadSchema (6 properties), ChatV3ImageSettings (6 properties), CharacterProfile (6 properties), UserProfile (5 properties). Each schema is shown below with its type and property counts.

ValidationError
object
3 properties 3 required
CharacterProfile
object
6 properties 1 required
ImageGenerationModel
string
Model to use for image generation.
Pronoun
string
ContentItem
object
4 properties 4 required
ImageStyle
string
Artistic style for generating the gallery image. If not specified, the style is automatically detected based on the identity image.
ChatbotV3ResponseSchema
object
2 properties 1 required
ChatbotV3PayloadSchema
object
6 properties 1 required
MessageWithImagePrompt
object
3 properties 2 required
Message
object
2 properties 2 required
ChatV3Settings
object
4 properties
SmartReplyResponseSchema
object
1 property 1 required
HTTPValidationError
object
1 property
ImageV3ResponseSchema
object
2 properties 1 required
SmartReplyPayloadSchema
object
3 properties
ChatV3ImageSettings
object
6 properties
ImageUsageMode
string
The image usage mode. Determines how images are handled in the chat. If set to 'off', images will not be used. If set to 'onuserrequest', images will be provid…
UserProfile
object
5 properties
ModelNameV3
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ex-human-chatbot-api-openapi.yml Raw ↑

Other APIs Ex-Human publishes across the network.

Ex-Human animations API
Ex-Human Image Generation API
Ex-Human Text to Speech API