---
title: "Check if model exists"
method: GET
path: "/v1/models/exists"
tags: ["Models"]
---

# Check if model exists

`GET /v1/models/exists`

Check if a model already exists for the current organization

## Query parameters

- `source` 'thangs' | 'patreon' | 'makerworld' | 'manual' | 'mmf' | 'stlflix', required
- `sourceId` string, required
- `organizationId` string

## Response `200`

Model existence check result

- object — Model existence check result
  - `exists` boolean
  - `modelId` string

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/3b06bcb5f808/schema)
