# Deployments

Automate the version management for your downloadable products. A deployment represents a specific product release, and the API allows you to upload, configure, list, and download those versions programmatically.

## See Also[​](#see-also "Direct link to See Also")

* [Release Management](https://freemius.com/help/help/documentation/release-management/.md): Managing your product releases effectively.
* [Semantic Versioning](https://freemius.com/help/help/documentation/release-management/semantic-versioning/.md): Versioning your product releases.
* [Version Deployment](https://freemius.com/help/help/documentation/release-management/deployment/.md): Managing version releases for downloadable products.
* [Staged Rollout](https://freemius.com/help/help/documentation/release-management/staged-rollouts/.md): Using the “Staged Rollouts” feature.
* [Incremental Update](https://freemius.com/help/help/documentation/release-management/incremental-update/.md): Incremental Versions Support for update workflows.
* [Distribution](https://freemius.com/help/help/documentation/release-management/distribution/.md): Distribute your product releases effectively.

## API Operations[​](#api-operations "Direct link to API Operations")

This section explains operations related to version deployments and retrieval.

<!-- -->

[GETGet latest deployment/products/{product\_id}/tags/latest.json](https://freemius.com/help/help/api/deployments/get-latest/.md)[GETDownload latest deployment/products/{product\_id}/tags/latest.zip](https://freemius.com/help/help/api/deployments/download-latest/.md)[GETList all deployments/products/{product\_id}/tags.json](https://freemius.com/help/help/api/deployments/list/.md)[GETDownload a deployment/products/{product\_id}/tags/{tag\_id}.zip](https://freemius.com/help/help/api/deployments/download/.md)[POSTCreate a deployment/products/{product\_id}/tags.json](https://freemius.com/help/help/api/deployments/create/.md)[PUTUpdate a deployment/products/{product\_id}/tags/{tag\_id}.json](https://freemius.com/help/help/api/deployments/update/.md)
