Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions guides/integration/sharex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ To configure ShareX to upload directly to Fivemanage, follow these steps:
### Configuring

1. Open the ShareX main application.
2. Navigate to **Destinations** > **Custom Uploader Settings**.
2. Navigate to **Custom Uploader Settings**.
3. Create a **New** uploader.
4. Set the name to `Fivemanage`.
5. Set the **Request URL** to `https://api.fivemanage.com/api/image`.
5. Set the **Request URL** to `https://api.fivemanage.com/api/v2/image`.
6. Add a header: **Name** `Authorization`, **Value** `Your_Api_Key`.
7. Set the **File Form Name** to `image`.
8. Set the **URL** to `{json:url}`.
8. Set the **URL** to `{json:data.url}`.
9. Change your destination to **Custom Image Uploader**.

<Frame>
Expand Down