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

Jul 4, 2024

main
3.0.0
Compare
3.0.0

API structure has changed

19 structure changes including:
13 Breaking changes
6 Additions
7 Modifications
6 Removals
Modified 7 Breaking
DELETE /api/v3/deleteMessage
  • Path went from /api/v2/deleteMessage to /api/v3/deleteMessage (same operationId)
    Breaking
  • Header
  • x-access-token header Modified
    • Name went from X-Access-Token to x-access-token
      Breaking
GET /api/v3/allCharacters
  • Path went from /api/v2/allCharacters to /api/v3/allCharacters (same operationId)
    Breaking
  • Header
  • x-access-token header Modified
    • Name went from X-Access-Token to x-access-token
      Breaking
GET /api/v3/characterAiInitializationData
  • Path went from /api/v2/characterAiInitializationData to /api/v3/characterAiInitializationData (same operationId)
    Breaking
  • Header
  • x-access-token header Modified
    • Name went from X-Access-Token to x-access-token
      Breaking
GET /api/v3/characterImageData
  • Path went from /api/v2/characterImageData to /api/v3/characterImageData (same operationId)
    Breaking
  • Header
  • x-access-token header Modified
    • Name went from X-Access-Token to x-access-token
      Breaking
POST /api/v3/createCharacter
  • Path went from /api/v2/createCharacter to /api/v3/createCharacter (same operationId)
    Breaking
  • Header
  • x-access-token header Modified
    • Name went from X-Access-Token to x-access-token
      Breaking
  • Response
  • 400 response Modified
    • application/json content type Modified
      • object-2 alternative Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • DuplicateCharacterError alternative Added
POST /api/v3/login
  • Path went from /api/v2/login to /api/v3/login (same operationId)
    Breaking
POST /api/v3/sendMessage
  • Path went from /api/v2/sendMessage to /api/v3/sendMessage (same operationId)
    Breaking
  • Header
  • x-access-token header Modified
    • Name went from X-Access-Token to x-access-token
      Breaking
Removed 6 Breaking
POST /api/v2/saveChatMessage
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v2/initializeChat
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v2/getFullChatHistory
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v2/getChatContext
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/v2/allChatsForUser
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /api/v2/deleteChat
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 6
POST /api/v3/saveMessage
POST /api/v3/initializeChat
GET /api/v3/getMessageHistory
GET /api/v3/getMessageContext
GET /api/v3/allChatsForUser
DELETE /api/v3/deleteChat