Change Updates

Do not miss any Sensay API changes, ever again

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

RSS

Changelog

Last update:
Compare
1 structure change including:
1 Addition
Added 1
GET /v1/replicas/{replicaUUID}/conversations/{conversationUUID}/messages
1 structure change including:
1 Modification
Modified 1
GET /v1/replicas
  • Query
  • page_index query parameter Modified
    • Query parameter is now deprecated
  • page query parameter Added
2 structure changes including:
2 Modifications
Modified 2
GET /v1/training
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • url property Added
GET /v1/training/{trainingID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • url property Added
3 structure changes including:
3 Modifications
Modified 3
DELETE /v1/training/{trainingID}
  • Path
  • trainingID path parameter Modified
    • Path parameter is now required
GET /v1/training/{trainingID}
  • Path
  • trainingID path parameter Modified
    • Path parameter is now required
PUT /v1/replicas/{replicaUUID}/training/{trainingID}
  • Path
  • trainingID path parameter Modified
    • Path parameter is now required
4 structure changes including:
4 Modifications
Modified 4
GET /v1/replicas
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • purpose property Added
GET /v1/replicas/{replicaUUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • purpose property Added
POST /v1/replicas
  • Body
  • application/json content type Modified
    • purpose property Added
PUT /v1/replicas/{replicaUUID}
  • Body
  • application/json content type Modified
    • purpose property Added
4 structure changes including:
4 Modifications
Modified 4
GET /v1/replicas
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • voicePreviewText property Added
GET /v1/replicas/{replicaUUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • voicePreviewText property Added
POST /v1/replicas
  • Body
  • application/json content type Modified
    • voicePreviewText property Added
PUT /v1/replicas/{replicaUUID}
  • Body
  • application/json content type Modified
    • voicePreviewText property Added
1 structure change including:
1 Modification
Modified 1
GET /v1/replicas
  • Query
  • ownerID query parameter Added
2 structure changes including:
2 Modifications
Modified 2
DELETE /v1/replicas/{replicaUUID}/integrations/telegram
  • Path
  • replicaUUID path parameter Added
POST /v1/replicas/{replicaUUID}/integrations/telegram
  • Path
  • replicaUUID path parameter Added
1 structure change including:
1 Modification
Modified 1
POST /v1/replicas/{replicaUUID}/chat/completions/telegram
  • Body
  • application/json content type Modified
    • imageURL property Added
2 structure changes including:
2 Additions
Added 2
DELETE /v1/replicas/{replicaUUID}/integrations/telegram
POST /v1/replicas/{replicaUUID}/integrations/telegram
1 structure change including:
1 Modification
Modified 1
GET /v1/replicas
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • elevenLabsID property Added
1 structure change including:
1 Modification
Modified 1 Breaking
GET /v1/replicas
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • name, slug properties Modified
          • Type went from string | null to string
            Breaking
        • tags property Modified
          • Property is no longer required
          • Type went from array[string] | null to array[string]
            Breaking
        • uuid property Modified
          • Type went from string | null to string(uuid)
            Breaking
        • profile_image, short_description, introduction, owner_uuid, system_message properties Modified
          • Properties are now deprecated
        • voice_enabled, video_enabled, discord_integration, telegram_integration properties Modified
          • Properties are now beta
        • shortDescription, greeting, type, ownerID, private, whitelistEmails, profileImage, suggestedQuestions, llm properties Added
1 structure change including:
1 Modification
Modified 1 Breaking
GET /v1/replicas
  • Query
  • tags query parameter Modified
    • Type went from array[string] | string to array[string]
      Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • Property is now required
          Breaking
2 structure changes including:
2 Breaking changes
2 Removals
Removed 2 Breaking
DELETE /v1/replicas/{replicaUUID}/integrations/telegram
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /v1/replicas/{replicaUUID}/integrations/telegram
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
2 structure changes including:
2 Modifications
Modified 2
GET /v1/replicas/{replicaUUID}/training/files/upload
  • Response
  • 200 response Modified
    • application/json content type Modified
      • knowledgeBaseID property Added
POST /v1/replicas/{replicaUUID}/training
  • Response
  • 200 response Modified
    • application/json content type Modified
      • kb_id property Removed
      • knowledgeBaseID property Added
1 structure change including:
1 Modification
Modified 1
GET /v1/replicas
  • Query
  • slug query parameter Added
3 structure changes including:
3 Modifications
Modified 3
DELETE /v1/replicas/{replicaUUID}
  • Path
  • replicaUUID path parameter Added
GET /v1/replicas/{replicaUUID}
  • Path
  • replicaUUID path parameter Added
PUT /v1/replicas/{replicaUUID}
  • Path
  • replicaUUID path parameter Added
5 structure changes including:
5 Modifications
Modified 5
GET /v1/replicas/{replicaUUID}/chat/history
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • original_message_id property Added
GET /v1/replicas/{replicaUUID}/chat/history/discord
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • original_message_id property Added
GET /v1/replicas/{replicaUUID}/chat/history/embed
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • original_message_id property Added
GET /v1/replicas/{replicaUUID}/chat/history/telegram
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • original_message_id property Added
GET /v1/replicas/{replicaUUID}/chat/history/web
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • original_message_id property Added
5 structure changes including:
1 Addition
4 Modifications
Modified 4
DELETE /v1/training/{trainingID}
  • Response
  • 400, 401, 415, 500 responses Removed
GET /v1/training
  • Header
  • X-API-Version header Added
GET /v1/training/{trainingID}
  • Path
  • trainingID path parameter Modified
    • Path parameter is no longer required
    • Type went from number to number | null
  • Header
  • X-API-Version header Added
PUT /v1/replicas/{replicaUUID}/training/{trainingID}
  • Response
  • 404 response Modified
    • application/json content type Modified
      • message property Removed
      • error, request_id properties Added
Added 1
POST /v1/replicas/{replicaUUID}/training
1 structure change including:
1 Modification
Modified 1
DELETE /v1/training/{trainingID}
  • Path
  • trainingID path parameter Modified
    • Path parameter is no longer required
    • Type went from number to number | null
  • Header
  • X-API-Version header Added