We’ve fixed a bug where the Autofill API was not enforcing its Enterprise-only requirement. Going forward, only Enterprise users have full access.
To support integrations under development, non-Enterprise users now receive a limited free trial. Once the trial is exhausted, they’ll need to upgrade to Canva Enterprise to continue.
To support this, successful autofill job responses now include a trial_information object:
"trial_information": {
"uses_remaining": 2,
"upgrade_url": "https://www.canva.com/..."
}
When uses_remaining reaches 0, requests will return a trial_quota_exceeded error.
We recommend surfacing the upgrade_url to the user at that point.
Enterprise users are unaffected — trial_information will not appear in their responses.