---
title: "API Discovery"
method: GET
path: "/"
tags: ["Discovery"]
---

# API Discovery

`GET /`

Returns discovery URLs for the API.

## Response `200`

Discovery URLs

- RootResponse — API discovery response with navigation URLs.
  - `urls` RootResponseUrls, required — Collection of API discovery URLs.
    - `openapi_url` string, required — URL of the OpenAPI JSON specification.
    - `current_user_url` string, required — URL of the current user endpoint.
    - `health_url` string, required — URL of the health check endpoint.

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/revisions/bee030053823/schema)
