Change Updates

Do not miss any AI Chatbot API changes, ever again

Subscribe to the AI Chatbot API changelog to be up to date on recent changes.

RSS

27 days ago

main
10.0.1
Compare
10.0.1

API structure has changed

16 structure changes including:
16 Breaking changes
16 Modifications
Modified 16 Breaking
DELETE /api/v10/chat
  • Path went from /api/v9/chat to /api/v10/chat (same operationId)
    Breaking
DELETE /api/v10/message
  • Path went from /api/v9/message to /api/v10/message (same operationId)
    Breaking
GET /api/v10/character
  • Path went from /api/v9/character to /api/v10/character (same operationId)
    Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • isPrivate property Added
  • 403 response Added
  • Header
  • x-access-token header Added
GET /api/v10/characters
  • Path went from /api/v9/characters to /api/v10/characters (same operationId)
    Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • characters property Modified
        • isPrivate property Added
  • Header
  • x-access-token header Added
GET /api/v10/chat/preview
  • Path went from /api/v9/chat/preview to /api/v10/chat/preview (same operationId)
    Breaking
GET /api/v10/chats
  • Path went from /api/v9/chats to /api/v10/chats (same operationId)
    Breaking
GET /api/v10/messages
  • Path went from /api/v9/messages to /api/v10/messages (same operationId)
    Breaking
GET /api/v10/user/info
  • Path went from /api/v9/user/info to /api/v10/user/info (same operationId)
    Breaking
GET /api/v10/user/quota
  • Path went from /api/v9/user/quota to /api/v10/user/quota (same operationId)
    Breaking
POST /api/v10/character
  • Path went from /api/v9/character to /api/v10/character (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • isPrivate property Added
POST /api/v10/chat
  • Path went from /api/v9/chat to /api/v10/chat (same operationId)
    Breaking
POST /api/v10/login
  • Path went from /api/v9/login to /api/v10/login (same operationId)
    Breaking
POST /api/v10/message
  • Path went from /api/v9/message to /api/v10/message (same operationId)
    Breaking
POST /api/v10/message/save
  • Path went from /api/v9/message/save to /api/v10/message/save (same operationId)
    Breaking
POST /api/v10/signup
  • Path went from /api/v9/signup to /api/v10/signup (same operationId)
    Breaking
PUT /api/v10/user/info
  • Path went from /api/v9/user/info to /api/v10/user/info (same operationId)
    Breaking