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

Apr 21, 2025

main
2025-03-25
Compare

API structure has changed

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