---
title: "Bundle OpenAPI"
method: POST
path: "/v1/oas/bundle"
tags: ["Tools"]
---

# Bundle OpenAPI

`POST /v1/oas/bundle`

Bundelt een OpenAPI specificatie en lost externe verwijzingen op. Body: { oasUrl } of { oasBody }.

## Request body

- OasInput
  - `oasBody` string
  - `oasUrl` string
  - `targetVersion` string — Doelversie. Voor conversie: 3.0 of 3.1. Voor validatie: 2.0 of 2.1.

## Response `200`

OK

## Other responses

- `404` — Resource does not exist

---

[API](https://skmtc.dev/overheid/apis/tools-api-v1.md) · [All operations](https://skmtc.dev/overheid/apis/tools-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/overheid/tools-api-v1/revisions/960229fe38bf/schema)
