---
title: "Resolve world build and content"
method: POST
path: "/resolveBuildAndContent/"
tags: ["Worlds"]
---

# Resolve world build and content

`POST /resolveBuildAndContent/`

Takes various build variables and resolves them to a single build package.

## Headers

- `x-m2-organization-id` string, required — The ID of an organization
- `x-m2-project-id` string, required — The ID of a project

## Request body

- union — The runtime build of a world. A build can be specified by a channel and tag, or by a content ID.
  - object
    - `channelId` string, required — The ID of a build channel.
    - `tag` string, required — The tag of a build.
    - `content` object
      - `id` string, required
  - object
    - `channelId` string — The ID of a build channel.
    - `tag` string — The tag of a build.
    - `content` object, required — The ID of a world builder content.
      - `id` string, required

## Response `204`

Build and content resolved successfully

## Other responses

- `4XX` — The error object returned by the API when an error occurs
- `5XX` — The error object returned by the API when an error occurs

---

[API](https://skmtc.net/otherside/apis/worlds.md) · [All operations](https://skmtc.net/otherside/apis/worlds/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/worlds/revisions/fe3e2eee3c6f/schema)
