- Format: OAS 3.1.0 (spec)
- Live spec: openapi.json (always in sync with production)
- Github: https://github.com/pixop/pixop-api-openapi-spec
- Version metadata:
GET https://api.pixop.com/info
Versioning and deprecation policy
Pixop follows Semantic Versioning (SemVer): MAJOR.MINOR.PATCH.
- PATCH (
1.0.x): backward-compatible fixes - MINOR (
1.x.0): backward-compatible additions (new endpoints, new optional fields) - MAJOR (
x.0.0): breaking changes
We aim to avoid breaking changes within a major version. When a breaking change is necessary, we deprecate first, announce it in the changelog/docs with migration guidance, and keep deprecated behavior for at least 90 days (except urgent security fixes).
Questions or migration help: [email protected]
Client SDKs
Java
pixop-api-java-sdk
Official Java SDK for the Pixop API:
- GitHub: https://github.com/pixop/pixop-api-java-sdk
- Maven Central: https://central.sonatype.com/artifact/com.pixop/pixop-api-java-sdk
- MVN Repository: https://mvnrepository.com/artifact/com.pixop/pixop-api-java-sdk
Tip: You can also generate SDKs in other languages via the OpenAPI Generator.
