---
title: "Find diagrams"
method: POST
path: "/clouddiagrams/v1/scheme/find"
tags: ["Cloud Diagrams"]
---

# Find diagrams

`POST /clouddiagrams/v1/scheme/find`

Returns diagram URLs matching the provided resource IDs.

## Request body

- FindCloudDiagramsRequest — Request body for locating cloud diagrams for given resource IDs.
  - `resources` string[], required — Resource IDs to find diagrams for.

## Response `200`

OK - Diagram URLs matching the criteria returned.

- object[] — List of diagram URLs matching the criteria.
  - `diagramUrl` string, uri, required — URL to the diagram viewer.
  - `imageUrl` string, uri, required — URL to the diagram image.

## Other responses

- `400` — Bad Request - The server cannot process the request, often due to a malformed request.
- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
