success
或 failed
状态。curl --location --request GET 'http://dev-cn.your-api-server.com/rest/v1/autofills/' \
--header 'Authorization: Bearer {token}'
{
"job": {
"id": "450a76e7-f96f-43ae-9c37-0e1ce492ac72",
"status": "success",
"result": {
"type": "create_design",
"design": {
"id": "DAFVztcvd9z",
"title": "My summer holiday",
"url": "https://www.canva.com/design/DAFVztcvd9z/edit",
"thumbnail": {
"width": 595,
"height": 335,
"url": "https://document-export.canva.com/Vczz9/zF9vzVtdADc/2/thumbnail/0001.png?<query-string>"
}
}
},
"error": {
"code": "autofill_error",
"message": "string"
}
}
}