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

Oct 3, 2025

main
1.0.0
Compare

API structure has changed

4 structure changes including:
1 Breaking change
2 Additions
2 Modifications
Modified 2 Breaking
POST /generate-with-idempotency
  • Path went from /images/generate to /generate-with-idempotency (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • sampleCount, safetyFilterLevel, personGeneration, seed properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • artStyle, artDescription, themeStyle, themeDescription, model, provider properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • imageUri property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • url property Added
POST /images/generate
  • Body
  • application/json content type Modified
    • sampleCount, safetyFilterLevel, personGeneration, seed properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • artStyle, artDescription, themeStyle, themeDescription, model, provider properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • imageUri property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • url property Added
  • Header
  • idempotency-key header Added
Added 2
GET /images
GET /images/{id}