Skip to main content
POST
Export World

Authorizations

WLT-Api-Key
string
header
required

API key for authentication. Get your key from the developer portal.

Path Parameters

world_id
string
required

Body

application/json

Request to export a generated world asset.

asset_type
enum<string>
required

Asset family to export: 'splats' or 'mesh'.

Available options:
splats,
mesh
format
enum<string>
required

Requested export format.

Available options:
ply,
glb
mesh_variant
enum<string>
default:textured

Mesh variant to return when an HQ mesh already exists.

Available options:
textured,
vertex_colored
resolution
enum<string>
default:full_res

Splat resolution to convert when exporting splats as PLY.

Available options:
full_res,
500k,
150k,
100k

Response

Successful Response

Response from world export endpoint.

done
boolean
required

True if the operation is completed

operation_id
string
required

Operation identifier

cost
OperationCost · object | null

Settled credit cost for the operation. Populated only on successful completion.

created_at
string<date-time> | null

Creation timestamp

error
OperationError · object | null

Error information if the operation failed

expires_at
string<date-time> | null

Expiration timestamp

metadata
Metadata · object | null

Service-specific metadata, such as progress percentage

response
ExportWorldResult · object | null

Result payload when done=true and no error. Structure depends on operation type.

updated_at
string<date-time> | null

Last update timestamp