Start async archive preparation
POST
/api/v1/content/archive/prepare
Request Body required
Section titled “Request Body required ”Responses
Section titled “ Responses ”Successful Response
ArchivePrepareResponse
object
job_id
required
Job Id
string
total
required
Total
integer
filename
required
Filename
string
Bad request
ErrorResponse
Standard error response matching FastAPI HTTPException format.
This model is used in OpenAPI response declarations for 4xx/5xx errors.
The detail field matches FastAPI’s HTTPException structure.
Resource not found
ErrorResponse
Standard error response matching FastAPI HTTPException format.
This model is used in OpenAPI response declarations for 4xx/5xx errors.
The detail field matches FastAPI’s HTTPException structure.
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context