/api/v1/files/{file_id}/copy-web-content/

Clone a WEB file's S3 folder content from a source file into this
(target) file. The standard URL-download + extract pipeline can't
handle WEB content because it's a folder of files, not a single zip.

Body — exactly one of:

  • {"source_file_id": "<source_id>"} — server-side S3-to-S3 copy
    using the source File row (must be in the same DB / same region).
  • {"signed_urls": [{"url": ..., "target_relative_path": ...}, ...]}
    — HTTP-download each signed URL into the target's S3 path.
    Used for cross-DB / cross-region promotions.

Async — returns 202 immediately. The target file's status transitions
from PENDING to VIEWABLE (or FAILED) once the background copy finishes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

A unique value identifying this file.

Body Params
string
length between 1 and 255
string
enum
  • automatic - Automatic
  • mandatory - Mandatory
  • ondemand - On Demand
Allowed:
string
enum
  • public - Public
  • restricted - Restricted
  • personal - Personal
Allowed:
permissions
object
metadata
object
app_metadata
object
tags
array of strings
tags
date-time | null
date-time | null
string
length ≥ 1
integer | null
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json