• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

API Upload not workin

Logan

Chevereto Member
Hi
API upload on my Imagehost is not working.

API key : 9acc39a93e857a3bf9121d40bc6bf8dd

Website URL: https://lookimg.com

I tried using postman as well as another app.
{
"status_code": 400,
"error": {
"message": "Empty upload source.",
"code": 130
},
"status_txt": "Bad Request"
}
I don't understand how to rectify it.
 
It is clearly saying the error message. Why don't you post your request and so we can find the mistake.
 
1657215372260.png
1657215403743.png
the same is working on other Chevereto scripts with their API key.
I am sharing the postman collection for freeimage.host and mine host.
 
Last edited:
Where in the docs does it says that you need to pass image?

1657299538577.png

Code:
{
    "status_code": 200,
    "success": {
        "message": "image uploaded",
        "code": 200
    },
    "image": {
        "name": "QAZ8iQ",
        "extension": "jpg",
        "size": "77193",
        "width": "620",
        "height": "402",
        "date": "2022-07-08 12:54:59",
        "date_gmt": "2022-07-08 16:54:59",
        "title": "6m6k62",
        "description": null,
        "nsfw": "0",
        "storage_mode": "datefolder",
        "md5": "8f630a5b0efc80e55a71875603828ea2",
        "original_filename": "6m6k62.jpg",
        "original_exifdata": "{\"FileName\":\"6m6k62.jpg\",\"FileDateTime\":\"1657299299\",\"FileSize\":\"77193\",\"FileType\":\"2\",\"MimeType\":\"image\\/jpeg\",\"SectionsFound\":\"\",\"COMPUTED\":{\"html\":\"width=\\\"620\\\" height=\\\"402\\\"\",\"Height\":\"402\",\"Width\":\"620\",\"IsColor\":\"1\"}}",
        "views": "0",
        "category_id": null,
        "chain": "7",
        "thumb_size": "19640",
        "medium_size": "52406",
        "expiration_date_gmt": null,
        "likes": "0",
        "is_animated": "0",
        "source_md5": null,
        "is_approved": "1",
        "is_360": "0",
        "file": {
            "resource": {
                "type": "path"
            }
        },
        "id_encoded": "QAZ8iQ",
        "filename": "QAZ8iQ.jpg",
        "mime": "image/jpeg",
        "url": "https://lookimg.com/images/2022/07/08/QAZ8iQ.jpg",
        "url_viewer": "https://lookimg.com/image/6m6k62.QAZ8iQ",
        "url_short": "https://lookimg.com/image/QAZ8iQ",
        "image": {
            "filename": "QAZ8iQ.jpg",
            "name": "QAZ8iQ",
            "mime": "image/jpeg",
            "extension": "jpg",
            "url": "https://lookimg.com/images/2022/07/08/QAZ8iQ.jpg",
            "size": "77193"
        },
        "thumb": {
            "filename": "QAZ8iQ.th.jpg",
            "name": "QAZ8iQ.th",
            "mime": "image/jpeg",
            "extension": "jpg",
            "url": "https://lookimg.com/images/2022/07/08/QAZ8iQ.th.jpg",
            "size": "19640"
        },
        "medium": {
            "filename": "QAZ8iQ.md.jpg",
            "name": "QAZ8iQ.md",
            "mime": "image/jpeg",
            "extension": "jpg",
            "url": "https://lookimg.com/images/2022/07/08/QAZ8iQ.md.jpg",
            "size": "52406"
        },
        "size_formatted": "77.2 KB",
        "display_url": "https://lookimg.com/images/2022/07/08/QAZ8iQ.md.jpg",
        "display_width": "500",
        "display_height": 324,
        "views_label": "views",
        "likes_label": "likes",
        "how_long_ago": "1 second ago",
        "date_fixed_peer": "2022-07-08 16:54:59",
        "title_truncated": "6m6k62",
        "title_truncated_html": "6m6k62",
        "is_use_loader": false
    },
    "status_txt": "OK"
}
 
Back
Top