/v1/autofills/:jobId
GET {{baseUrl}}/v1/autofills/:jobId
This API is currently provided as a preview. Be aware of the following:
- There might be unannounced breaking changes.
- Any breaking changes to preview APIs won't produce a new API version.
- Public integrations that use preview APIs will not pass the review process, and can't be made available to all Canva users.
To use this API, your integration must act on behalf of a user that's a member of a Canva Enterprise organization.
Get the result of a design autofill job that was created using the Create a design autofill job API.
You might need to make multiple requests to this endpoint until you get a success
or
failed
status.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"job":{"id":"\u003cstring\u003e","status":"in_progress","result":{"design":{"id":"\u003cstring\u003e","title":"\u003cstring\u003e","url":"\u003cstring\u003e","thumbnail":{"height":"\u003cinteger\u003e","url":"\u003cstring\u003e","width":"\u003cinteger\u003e"}},"type":"create_design"},"error":{"code":"thumbnail_generation_error","message":"\u003cstring\u003e"}}}