Image Uploader¶
You can drag and drop images to Chatterino or paste them from clipboard to upload them to an external service.
By default, the image uploader is turned off. You can enable by checking the Chatterino Settings -> External Tools -> Image Uploader -> Enable image uploader option and configuring per one of the below options.
Note to advanced users: This module sends multipart-form requests via POST method, so uploading via SFTP/FTP won't work. However, popular hosts like s-ul.eu are supported. Scroll down to see example configurations.
Configuration Explanation¶
| Row | Description |
|---|---|
| Request URL | Link to an API endpoint, which is requested by Chatterino. Any needed URL parameters should be included here. |
| Form field | Name of a field, which contains image data. |
| Extra headers | Extra headers, that will be included in the request. Header name and value must be separated by colon (:). Multiple headers need to be separated with semicolons (;).Example: Authorization: supaKey ; NextHeader: value. |
| Image link | Schema that tells where is the link in service's response. Leave empty if server's response is just the link itself. Refer to json properties by {property}. Supports dot-notation, example: {property.anotherProperty}. |
| Deletion link | Same as above. |
Examples¶
i.nuuls.com¶
| Row | Description |
|---|---|
| Request URL | https://i.nuuls.com/upload |
| Form field | attachment |
Other fields empty.
s-ul.eu¶
Replace XXXXXXXXXXXXXXX with your API key from s-ul.eu. It can be found on your account's configuration page.
| Row | Description |
|---|---|
| Request URL | https://s-ul.eu/api/v1/upload?wizard=true&key=XXXXXXXXXXXXXXX |
| Form field | file |
| Extra headers | |
| Image link | {url} |
| Deletion link | https://s-ul.eu/delete.php?file={filename}&key=XXXXXXXXXXXXXXX |
imgdrip.com¶
Similar to nuuls, this is an anonymous image and video upload tool with a default expiration of 30 days.
| Row | Description |
|---|---|
| Request URL | https://imgdrip.com/api/upload |
| Form field | file |
| Image link | {url} |
| Deletion link | {deleteUrl} |
i.fourtf.com¶
This is not a hosted service, but rather a service that can be self-hosted. Click on the URL for more information.
Replace XXXXXXXXXXXXXXX with your Base64-encoded user and password
| Row | Description |
|---|---|
| Request URL | https://i.yourwebsite.com/upload |
| Form field | file |
| Extra headers | Authorization: Basic XXXXXXXXXXXXXXX |
| Image link | |
| Deletion link |
Unsupported sites¶
catbox.moe: It's not possible yet to upload to catbox.moe due to how their upload method is constructed.imgur.com: imgur's upload API is broken.