Skip to main content
POST
replace an artifact file

Authorizations

X-API-Key
string
header
required

Your fetchbean API key (fb_…). Keys are not accepted through Authorization.

Headers

Idempotency-Key
string

A caller-generated key for safely retrying this execution after a network failure. Reusing the same key with the same operation and input returns the original result; reusing it for a different call is rejected.

Path Parameters

id
string
required

Body

multipart/form-data
file
file
required

A completed PDF, DOCX, PPTX, or XLSX file, up to 25 MiB.

title
string

Human-readable title. New artifacts default to the filename.

visibility
enum<string>

New artifacts only.

Available options:
unlisted,
private
ttl
enum<string>

New artifacts only.

Available options:
1h,
24h,
7d,
never

Response

Success

The response is of type object.