---
title: "Resolve Source"
method: GET
path: "/sources/resolve"
tags: ["Sources"]
---

# Resolve Source

`GET /sources/resolve`

## Query parameters

- `identifier` string, required — Display name, URL, or slug
- `type` 'repository' | 'documentation' | 'research_paper' | 'huggingface_dataset' | 'local_folder' | 'slack' | 'google_drive', nullable — Source type hint

## Response `200`

Successful Response

- SourceResolveResponse — Response for resolving a source identifier.
  - `id` string, required — Resolved source ID
  - `type` 'repository' | 'documentation' | 'research_paper' | 'huggingface_dataset' | 'local_folder' | 'slack' | 'google_drive', required — Resolved source type
  - `display_name` string, nullable — Display name
  - `identifier` string, nullable — Canonical identifier

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nozomio-labs/apis/nia-ai-api.md) · [All operations](https://skmtc.net/nozomio-labs/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nozomio-labs/nia-ai-api/versions/dbb602a3ef17/schema)
