bugs

Mint a signed upload URL for a bug attachment

Returns a short-lived signed upload URL. Client PUTs the bytes directly to Supabase storage with Content-Type matching the body, then calls /finalize. Cap is 1 GB to match /v1/loops.

post/v1/bugs/{bug_uuid}/attachment/upload-url

Path parameters

bug_uuidstring required

Headers

x-api-keystring

Request body

filenamestring required
content_typestring required
sizeinteger required

File size in bytes; rejected above 1 GB.

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.