Bloom*

OpenAPI diff checker

Compare two OpenAPI specs before SDKs or docs break.

Paste old and new OpenAPI YAML or JSON. Bloom flags removed endpoints, new required parameters, response status changes, and operationId drift before you generate SDKs or publish docs.

ResultBreaking changes
2Breaking
1Review
1Added ops
1Removed ops
breaking

GET /messages has new required parameters

New required input: query:account_id. This usually changes SDK method signatures and docs examples.

review

POST /messages removed response codes

Removed response code(s): 201. Check docs examples and SDK response typing.

breaking

GET /messages/{id} was removed

Removing an operation can break generated SDK methods, docs URLs, snippets, and customer integrations.

safe

GET /messages/search was added

New operations are normally safe, but still need generated examples and SDK method naming review.

Next step

Turn the diff into generated SDK and docs previews.

Use Bloom when you need the actual TypeScript/Python SDKs, docs preview, artifact downloads, and release checklist.

Start free for 30 days