DATAMIMIC API¶
DATAMIMIC exposes a REST API for use in CI/CD pipelines and external automation. The API covers project management, task execution (generation, anonymization, processing), and artifact retrieval.
Overview¶
- Integrations: Use the REST API to integrate DATAMIMIC with CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins, Azure Pipelines) and other internal tooling.
- Automation: Trigger generation and anonymization tasks programmatically and fetch artifacts on completion.
- Reproducibility: Re-running the same task with the same seed produces the same content hash, across environments and over time.
- Multi-Environment: Run the same API surface against development, staging, and production-equivalent DATAMIMIC deployments.
Getting Started¶
For endpoints, request/response formats, and authentication, see the API Documentation.
API Migration Guide¶
If you are using DATAMIMIC API v1, see the API Migration Guide for endpoint mappings and code examples for v2.
Swagger Documentation¶
The interactive Swagger documentation lists every endpoint with request and response schemas.