API Reference
Presto exposes APIs for integrating third-party AI systems with your radiology workflow.
All APIs share a common authentication model and error/rate-limiting behavior.
| API | Base Path | Purpose |
|---|---|---|
| AIRPort | /api/v1/airport/ | Receive AI inference results from external vendors |
OpenAPI spec
Section titled “OpenAPI spec”The machine-readable OpenAPI schema and interactive docs are available on your organization’s subdomain:
- OpenAPI JSON:
https://{organization}.app.presto.run/api/v1/openapi.json - Interactive docs:
https://{organization}.app.presto.run/api/v1/docs
These endpoints do not require authentication.