World Builder
Manages World Builder content and mods
Experimental feature: this API is likely to change.
Last updated
Manages World Builder content and mods
Experimental feature: this API is likely to change.
Last updated
Provides information about the service status.
Provides information about the service status.
Checks the user's permissions for World Builder functionalities. Optionally provide an assetsId
or modId
query parameter to check access for a specific resource.
User's access permissions for World Builder functionalities
Indicates if the user can upload assets
Indicates if the user can upload content
Indicates if the user can upload to the specified asset ID
Indicates if the user can upload to the specified mod ID
Retrieves a list of content IDs for a project. You can filter the results by providing query parameters that correspond to properties in the WorldBuilderContentShape
.
List of content IDs available in World Builder, representing unique identifiers for various content items
Deletes a specific content ID.
Unique identifier of the World Builder content to operate on, used in various content-related API endpoints
Empty response indicating successful content deletion
Empty response indicating successful content deletion
Retrieves the data for an asset using its assetsId
.
Unique identifier of the asset
Detailed information about a specific asset
Retrieves a list of mod IDs that the user has access to within an organization and project.
The relevant mods associated with the project.
Confirms the upload of world builder content files and optionally associates the content with a mod.
Unique identifier of the World Builder content to operate on, used in various content-related API endpoints
Name of the mod being uploaded (optional)
ID of the mod being uploaded (optional)
ID of the assets of the template this project being uploaded originates from
ID of the version of the assets of the template this project being uploaded originates from
Response confirming successful upload completion
Unique identifier of the created or updated mod
Retrieves a list of mods that the user has access to within an organization.
The relevant mods associated with the organization.
Unique identifier for the mod
Name of the mod
Description of the mod
URL of the mod's picture
The live content ID associated with the mod
The ID of a project
Updates an asset's name and description.
Unique identifier of the asset
Updated asset information after modification
Updates the picture for an assets
Unique identifier of the asset
Updated asset information after modification
Updated asset information after modification
Retrieves a list of assets accessible to the user.
List of assets with detailed information
The ID of a project
Indicates if the user has write permissions for this asset
Creates new content for a specific project.
Response containing the ID of the newly created content in World Builder
Unique identifier for the created content, used for future references and operations
Retrieves a list of versions for an asset using its assetsId
.
Unique identifier of the asset
List of asset versions with creation timestamps
Release version information
Generates signed GCS upload URLs for uploading files to content using its contentId
. Optionally provide the resumable
query parameter to generate resumable upload URLs.
Unique identifier of the World Builder content to operate on, used in various content-related API endpoints
List of files to be uploaded
Response containing signed URLs for file uploads
Retrieves the data for content using its contentId
.
Unique identifier of the World Builder content to operate on, used in various content-related API endpoints
Detailed information about a specific World Builder content
Updates an asset version.
Unique identifier of the asset
Release version information
Updated asset version information after modification
Release version information
Updates the maps for a specific content ID.
Unique identifier of the World Builder content to operate on, used in various content-related API endpoints
Updated World Builder content after modification
Retrieves a mod and its associated content using the mod's modId
. The response also includes the user's write access permissions for the mod.
The response when getting a mod