---
title: "Get Active Provider"
method: GET
path: "/api/user_settings/image_host/active"
tags: ["image_host"]
---

# Get Active Provider

`GET /api/user_settings/image_host/active`

Tiny, cheap endpoint that omicos-core polls to decide whether
to add the markdown-image directive to the system prompt. No
config or token in the response — just the routing intent.

When there's NO saved row (truly unset), a paid user on the cloud web
client (`X-Client-Platform: web`) defaults to 'cloud' so figures offload
without a manual toggle; every other unset case stays 'off' (fail closed).
An EXPLICIT row is always honored verbatim (never override github/off).

## Query parameters

- `authorization` unknown

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
