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

Sep 2, 2025

main
1.0.0
Compare

API structure has changed

13 structure changes including:
1 Addition
12 Modifications
Modified 12 Breaking
DELETE /presentations/{id}
  • Response
  • 404 response Modified
    • application/json content type Modified
      • status, statusCode, error properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • success, code, errorCode, message, timestamp properties Added
GET /models
  • Response
  • 200 response Modified
    • application/json content type Modified
      • errorCode property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /presentations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • errorCode property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 500 response Modified
    • application/json content type Modified
      • status, statusCode, error properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • success, code, errorCode, message, timestamp properties Added
GET /presentations/all
  • Response
  • 200 response Modified
    • application/json content type Modified
      • errorCode property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 500 response Modified
    • application/json content type Modified
      • status, statusCode, error properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • success, code, errorCode, message, timestamp properties Added
GET /presentations/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • errorCode property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 404 response Modified
    • application/json content type Modified
      • status, statusCode, error properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • success, code, errorCode, message, timestamp properties Added
PATCH /models
  • Response
  • 200 response Modified
    • application/json content type Modified
      • errorCode property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 404 response Modified
    • */* content type Modified
      • status, statusCode, error properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • success, code, errorCode, message, timestamp properties Added
  • 500 response Modified
    • */* content type Modified
      • status, statusCode, error properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • success, code, errorCode, message, timestamp properties Added
PATCH /presentations/{id}/parse
  • Response
  • 404 response Modified
    • application/json content type Modified
      • status, statusCode, error properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • success, code, errorCode, message, timestamp properties Added
  • 500 response Modified
    • application/json content type Modified
      • status, statusCode, error properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • success, code, errorCode, message, timestamp properties Added
PATCH /presentations/{id}/title
  • Response
  • 404 response Modified
    • application/json content type Modified
      • status, statusCode, error properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • success, code, errorCode, message, timestamp properties Added
POST /presentations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • errorCode property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 500 response Modified
    • application/json content type Modified
      • status, statusCode, error properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • success, code, errorCode, message, timestamp properties Added
POST /presentations/generate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • errorCode property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 400 response Modified
    • application/json content type Modified
      • status, statusCode, error properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • success, code, errorCode, message, timestamp properties Added
POST /presentations/outline-generate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • errorCode property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 400 response Modified
    • application/json content type Modified
      • status, statusCode, error properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • success, code, errorCode, message, timestamp properties Added
  • 500 response Modified
    • application/json content type Modified
      • status, statusCode, error properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • success, code, errorCode, message, timestamp properties Added
PUT /presentations/{id}
  • Response
  • 404 response Modified
    • application/json content type Modified
      • status, statusCode, error properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • success, code, errorCode, message, timestamp properties Added
Added 1
POST /images/generate