/editing/image/process
endpoint, Canva sends a request with the following body:imageUrl
property is not an actual URL. This shouldn’t affect invalid requests, since your app should reject those requests as soon as possible—that is, before it starts operating on the dummy data. But for valid requests, your app may break if it tries to operate on the data."SUCCESS"
or "ERROR"
response."ERROR"
response when the imageUrl
property contains https://test.url
:"ERROR"
response won’t cause a valid request to fail the test, as it’s the status code—not the value of the type
property—that causes the test to pass or fail.200
404
401
404
status code is valid. This is because some endpoints are sometimes optional. For example, a publish extension that uses the Basic layout doesn’t support the following endpoints:/editing/image/process/get
are always optional, so a 404
status is always valid.