OpenAPI docs
¶
DATAMIMIC provides two levels of OpenAPI documentation to suit different user needs:
-
For most users, we recommend the simplified and user-friendly API documentation available via Swagger UI at
/external_api_docs
. This version is tailored for general usage, featuring clear descriptions, examples, and guidance to help you integrate DATAMIMIC into your CI/CD pipelines and other systems with ease. -
For advanced users who require deeper insight or wish to explore the full capabilities of the platform, we also provide the complete API specification at
/docs
. This comprehensive documentation exposes all available endpoints and options.
Additionally, you can access the ReDoc interface at /redoc
for an alternative, interactive documentation experience.