Project management
This section outlines the core features available within each project on the platform. These tools help you manage, configure and get the most out of your projects.
Available actions
Download project
Download a ZIP file of the project and all its assets anytime. Useful for archiving or sharing. Use the Download project button on the Project details page.
Edit project
Edit your project, including its name, description, tags or project files. Useful for minor adjustments or updates, avoids upload and setup of a completely new project. You can also change the After Effects version of the project, as long as it is supported by the Plainly platform.
Editing is only available for projects that have no active renders and when project is not being analyzed.
Use the Edit project button on the Project details page in order to edit the project. You can also upload edit project using the Plainly API. Check out the API documentation for more information on how to do this.
If you delete, change sources, or change the names of parametrized layers make sure that you also edit the template. Delete the parametrized layers that you changed, save the template, and then add them again.
Strict font checks
Control whether Plainly should strictly enforce the check for used fonts in the rendered video.
When strict font checking is enabled (default), Plainly will attempt to render the video using only the exact fonts specified in the project. If a font doesn’t support certain characters in the input text, the render will fail with a Fonts invalid error.
To avoid this, you can disable strict font checking. In that case, After Effects will silently fall back to a default system font when unsupported characters are encountered. This ensures the render completes, but the final output may have visual inconsistencies. The fallback font cannot be changed.
You can toggle this option on the Project details page.
Templates
Templates are compositions within your After Effects project, enriched with rules that define dynamic/static elements, scripting, effects, etc. You can define as many templates as needed under a single project. Each template can have its own set of parameters and rendering rules.
Templates card on the Project details page provides you with a quick overview of your templates setup for the project. You can set default template, clone or add templates directly from the card.

Default template is the one that will be used for rendering if no template is specified in the API request. The first created template in a project is set as default. You can change the default template by clicking on the three dots icon in the template and selecting Set as default.
Clone template is useful for creating a copy of an existing template. This is especially helpful when you want to create a new template with similar settings or configurations. You can clone a template by clicking on the three dots icon in the template and selecting Clone template.
Auto generate is a feature that allows you to automatically generate templates based on the After Effects project. For more details about this feature, please refer to the Auto-generate templates section in the templates documentation.
Integrations
Plainly provides you with an easy, no-coding-required approach to connect our service with popular third-party applications. This allows you to automate the rendering and distribution of your videos, making your workflows more efficient.
Integrations card on the Project details page provides you with a quick overview of your integrations setup for the project. You can stop/start, remove or add integrations directly from the card.

Static link sharing
Static link sharing allows you to generate permanent, shareable links for rendered videos in your projects.
For full details on how static link sharing works, check out the Static link sharing section.
To use static link sharing via API, check out the API documentation for more information on how to do this.
Reanalyze project
Run a project reanalysis to ensure a project is valid for rendering and compliant with the latest Plainly platform version. If you are encountering rendering issues, or you suspect that your project might have missing or invalid assets, reanalysis can help identify and resolve these problems. If there are major or breaking changes on the platform, reanalysis will also help you to identify them if your project is not compliant with the latest version.
Project reanalysis is only available for projects that have no active renders and project is not being analyzed.
Use the Reanalyze project button on the Project details page in order to invoke the reanalysis. You can also reanalyze project using the Plainly API. Check out the API documentation for more information on how to do this.
API cURL example - Project reanalyze
curl -X POST \
-H "Content-Type: application/json" \
-u "[API_KEY]:" \
https://api.plainlyvideos.com/api/v2/projects/[PROJECT_ID]/reanalyze
Upgrade project
Upgrade your project to the latest supported After Effects version. Useful for accessing new features and avoiding compatibility issues. Use the Upgrade project button on the Project details page.
To upgrade all projects to the latest version, navigate to the Projects page and click on the Upgrade all button. This will upgrade all your projects to the latest version supported by the Plainly platform.
Both options are also available via the Plainly API. Check out the Upgrade and Upgrade All endpoints for more information on how to do this.
API cURL example - Project upgrade
curl -X POST \
-H "Content-Type: application/json" \
-u "[API_KEY]:" \
https://api.plainlyvideos.com/api/v2/projects/[PROJECT_ID]/upgrade
API cURL example - Projects upgrade all
curl -X POST \
-H "Content-Type: application/json" \
-u "[API_KEY]:" \
https://api.plainlyvideos.com/api/v2/projects/upgrade-all
Projects created with After Effects version 22 or earlier will be rendered using the latest supported version of After Effects on the Plainly platform.