From fb77d85b0d9468a075820be85ee0cd99ea887643 Mon Sep 17 00:00:00 2001 From: "Stanko K.R." Date: Thu, 11 Dec 2025 12:00:51 +0100 Subject: [PATCH] Explain that the upload URL is account-scope --- docs/API.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 3710e582f..318e7a1dd 100644 --- a/docs/API.md +++ b/docs/API.md @@ -178,10 +178,11 @@ curl -X POST \ "content_type": "image/png" } }' \ - https://app.fizzy.do/rails/active_storage/direct_uploads + https://app.fizzy.do/123456/rails/active_storage/direct_uploads ``` The `checksum` is a Base64-encoded MD5 hash of the file content. +The direct upload endpoint is scoped to your account (replace `/123456` with your account slug). __Response:__