AEM Content Fragment APIs vs OpenAPI Petstore
If you need a Authentication & Authorization API that's easy to integrate, go with AEM Content Fragment APIs.
AEM Content Fragment APIs
These control-plane APIs are used to fully manage the Content Fragments and their associated Models.
OpenAPI Petstore
This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
AEM Content Fragment APIs
- Simple API key authentication
- HTTPS supported
OpenAPI Petstore
- Requires OAuth setup
- No HTTPS support
- Currently flagged as inactive
| Feature | AEM Content Fragment APIs | OpenAPI Petstore |
|---|---|---|
| Authentication | apiKey | OAuth |
| HTTPS | Yes | No |
| CORS | Unknown | Unknown |
When to use which?
AEM Content Fragment APIs supports HTTPS, which is required for production deployments and secure data handling.