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

Netter chats API

The chats API from Netter — 9 operation(s) for chats.

Netter chats API is one of 44 APIs that Netter publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

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

Requests are made against the base URL https://api.netter.ai.

13 operations 9 paths 10 schemas 1 DELETE5 GET1 PATCH6 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.netter.ai
Resource Areas
1

Paths & Operations 13

Across 9 paths, the API surfaces 13 operations — 1 DELETE, 5 GET, 1 PATCH, 6 POST. Each is listed below with its method, path, parameters, and response codes.

chats 13
POST
/api/v1/chats/
Create Chat
create_chat_api_v1_chats__post body → 201422
GET
/api/v1/chats/
List Chats
list_chats_api_v1_chats__get 3 params → 200422
GET
/api/v1/chats/{chat_id}
Get Chat
get_chat_api_v1_chats__chat_id__get 1 param → 200422
PATCH
/api/v1/chats/{chat_id}
Rename Chat
rename_chat_api_v1_chats__chat_id__patch 1 param body → 200422
DELETE
/api/v1/chats/{chat_id}
Delete Chat
delete_chat_api_v1_chats__chat_id__delete 1 param → 204422
POST
/api/v1/chats/{chat_id}/suppress
Suppress Chat
suppress_chat_api_v1_chats__chat_id__suppress_post 1 param → 200422
POST
/api/v1/chats/{chat_id}/cancel
Cancel Chat
cancel_chat_api_v1_chats__chat_id__cancel_post 1 param → 200422
GET
/api/v1/chats/attachments/{key}
Download Chat Attachment
download_chat_attachment_api_v1_chats_attachments__key__get 2 params → 200422
POST
/api/v1/chats/{chat_id}/attachments
Upload Attachment
upload_attachment_api_v1_chats__chat_id__attachments_post 1 param body → 201422
GET
/api/v1/chats/{chat_id}/messages
List Messages
list_messages_api_v1_chats__chat_id__messages_get 3 params → 200422
POST
/api/v1/chats/{chat_id}/messages
Create Message
create_message_api_v1_chats__chat_id__messages_post 1 param body → 201422
GET
/api/v1/chats/{chat_id}/context-usage
Get Context Usage
get_context_usage_api_v1_chats__chat_id__context_usage_get 1 param → 200422
POST
/api/v1/chats/{chat_id}/compact
Compact Chat
compact_chat_api_v1_chats__chat_id__compact_post 1 param → 200422

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are ChatRead (12 properties), MessageRead (10 properties), AttachmentRead (6 properties), ValidationError (5 properties). Each schema is shown below with its type and property counts.

AttachmentRead
object
6 properties 6 required
ChatCreate
object
3 properties
ValidationError
object
5 properties 3 required
ChatTitleUpdate
object
1 property 1 required
ChatStatus
string
HTTPValidationError
object
1 property
MessageCreate
object
3 properties 1 required
Body_upload_attachment_api_v1_chats__chat_id__attachments_post
object
1 property 1 required
MessageRead
object
10 properties 6 required
ChatRead
object
12 properties 10 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

netter-chats-api-openapi.yml Raw ↑

Other APIs Netter publishes across the network.

Netter actions API
Netter api-keys API
Netter app-chat API
Netter apps API
Netter apps-query API
Netter assistant API
Netter attributes API
Netter automations API
Netter companies API
Netter dashboard-chat API
Netter dashboard-data API
Netter dashboard-versions API