I am trying POST method to call https://my_server/api/1/upload. X-API-Key is included in headers, and the image is specified in the POST body. The problem is that either I specify the image by web url or a file object, the server always returns the following:
{
"status_code": 400...
Errors in trying to reach API URL.
▶ Reproduction steps
fresh install under Debian via CLI/WebUI
test API URL
😢 Unexpected result
In first attempt as guest user I get a That page doesn't exist message, followed by an OutOfBoundsException thrown in...
Hi there everyone!
The bulk importer is not quite robust or feature rich to manage my images uploaded from my phone so I'm hoping to write a script run via cron that will upload to a album titled "Autoupload" that's marked private. I see in the API documentation that I can override the route...
I can upload an image using api upload and then use the image viewer to edit image title and description.
I would like to implement the following sequence:
API upload -> Image Edit -> Image Viewer.
I know how to do api upload but have difficulty to continue to "Image Edit" as the next page. I...