As the title says, I'm having problems uploading images to esix using the API at https://e621.net/uploads.json, and the error messages aren't giving me much help.
The parameters I'm sending in look something like this (shortened down):
{ "login": "SpruceMarten", "api_key": "************************", "tag_string": "smile :3 english_text 2020 ...", "rating": "s", "direct_url": "https://d.facdn.net/art/ ... .png", "source": "https://www.furaffinity.net/ ...", "description": "lorem ipsum \ndolor sit \namet" }
(I'm also defining a User-Agent of "Image Uploader (by SpruceMarten)")
The message I get in response is this:
{ "success": false, "message": "An unexpected error occurred.", "code": "352b0f98-d2a0-443d-9b2d-b415d3ac0cce" }
Anyone who can see what I'm doing wrong?