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

Sep 3, 2024

main
8.0.0
Compare
8.0.0

API structure has changed

16 structure changes including:
16 Breaking changes
15 Modifications
1 Removal
Modified 15 Breaking
DELETE /api/v8/chat
  • Path went from /api/v7/chat to /api/v8/chat (same operationId)
    Breaking
DELETE /api/v8/message
  • Path went from /api/v7/message to /api/v8/message (same operationId)
    Breaking
GET /api/v8/character
  • Path went from /api/v7/character to /api/v8/character (same operationId)
    Breaking
GET /api/v8/characters
  • Path went from /api/v7/characters to /api/v8/characters (same operationId)
    Breaking
GET /api/v8/chat/preview
  • Path went from /api/v7/chat/preview to /api/v8/chat/preview (same operationId)
    Breaking
GET /api/v8/chats
  • Path went from /api/v7/chats to /api/v8/chats (same operationId)
    Breaking
GET /api/v8/messages
  • Path went from /api/v7/messages to /api/v8/messages (same operationId)
    Breaking
GET /api/v8/user/info
  • Path went from /api/v7/user/info to /api/v8/user/info (same operationId)
    Breaking
POST /api/v8/character
  • Path went from /api/v7/character to /api/v8/character (same operationId)
    Breaking
POST /api/v8/chat
  • Path went from /api/v7/chat to /api/v8/chat (same operationId)
    Breaking
POST /api/v8/login
  • Path went from /api/v7/login to /api/v8/login (same operationId)
    Breaking
POST /api/v8/message
  • Path went from /api/v7/message to /api/v8/message (same operationId)
    Breaking
  • Response
  • 429 response Added
POST /api/v8/message/save
  • Path went from /api/v7/message/save to /api/v8/message/save (same operationId)
    Breaking
  • Response
  • 429 response Added
POST /api/v8/signup
  • Path went from /api/v7/signup to /api/v8/signup (same operationId)
    Breaking
PUT /api/v8/user/info
  • Path went from /api/v7/user/info to /api/v8/user/info (same operationId)
    Breaking
Removed 1 Breaking
GET /api/v7/message/history
  • Removing a resource is always breaking unless it was deprecated before
    Breaking