Seqera Platform API
The Seqera Platform public API includes all the necessary endpoints to manage Nextflow workflows programmatically, allowing organizations to incorporate Seqera seamlessly into their existing processes.
As of version 23.4, the Seqera API is live on https://api.cloud.seqera.io
. The legacy API https://api.tower.nf
remains fully operational, so existing API integrations will continue to perform as expected. Deprecation of the legacy API will be communicated well in advance to avoid any breaking changes to your integrations.
The API can be accessed from https://api.cloud.seqera.io
. All API endpoints use HTTPS, and all request and response payloads use JSON encoding. All timestamps use the ISO 8601 date-time standard format: YYYY-MM-DDTHH:MM:SSZ
.
OpenAPI
The API uses the OpenAPI standard. The current OpenAPI schema can be found here.
For more information on the OpenAPI standard, see OpenAPI.
Endpoints
See Seqera Platform services API for a detailed list of all endpoints. This page also includes request and response payload examples, and the ability to test each endpoint interactively.