Photoshop API "output.href" need for explanations
Hi,
I'm trying to implement the photoshop api and more precisely the "remove background" endpoint.
I'm still doing test with Postman, and I don't understand, or I didn't found the documentation related to the output url.
We're using custom solutions (PHP/Symfony) and don't want to go through AWS, Google drive, Azure or Dropbox to get the result.
I've got a web server, with an url open in POST/PUT where I just log the complete request (trying to understand what the api is really returning),
With postman, I use the endpoint "https://image.adobe.io/sensei/cutout" to create my job (as explained in https://developer.adobe.com/photoshop/photoshop-api-docs/api).
I use my logging url as output.href string value. As for the 'storage' value, is "external" since it's not any of the solutions cited above.
When I check the status of the job, I was first getting certificate errors.
-> Updated my server with a valid certificate, problem solved.
Now my job have an other error : 403, "Unable to upload the outputs", "AuthForbidden".
But I didn't put any authentication method on my url. And when I check the logs, nothing has tried to even connect to this url. Why is the API returning an auth error whitout even trying to access my url ?
Is there a documentation for this "output" href ?
