---
title: "POST /v1/configs/resolve"
method: POST
path: "/v1/configs/resolve"
tags: ["config"]
---

# POST /v1/configs/resolve

`POST /v1/configs/resolve`

## Request body

- ResolveRequest — POST /v1/configs/resolve - Resolve bundle for a model.
  - `bundle` string, nullable
  - `model` string, required

## Response `200`

Resolved runtime bundle

- ResolveConfigResponse
  - `compatible_bundles` string[], required
  - `model` string, required
  - `profiles` string[], required
  - `resolved_bundle` string, required

## Other responses

- `401` — Missing or invalid bearer token (inference token)
- `403` — Valid bearer token but admin token required for this mutation (or admin token not configured)
- `404` — Model not found
- `409` — Bundle override conflict
- `500` — Gateway auth enabled but no tokens configured

---

[API](https://skmtc.net/superlinked/apis/sie-gateway.md) · [All operations](https://skmtc.net/superlinked/apis/sie-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superlinked/sie-gateway/versions/840fee92bd27/schema)
