Change Updates

Do not miss any AI Primary API changes, ever again

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

RSS

Aug 28, 2025

main
1.0.0
Compare

API structure has changed

4 structure changes including:
1 Addition
3 Modifications
Modified 3 Breaking
GET /presentations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • Type went from object to array[object]
          Breaking
        • presentations property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • object property Added
GET /presentations/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • title, createdAt, updatedAt properties Added
POST /presentations
  • Body
  • application/json content type Added
Added 1
GET /presentations/all