---
title: "Validate Proxy Key Access"
method: POST
path: "/auth/proxy/validate"
---

# Validate Proxy Key Access

`POST /auth/proxy/validate`

Validate if a proxy key can access a specific model from the current IP

## Request body

- object
  - `model` string — Model to validate access for

## Response `200`

Access validation result

- object
  - `valid` boolean
  - `message` string

---

[API](https://skmtc.dev/electronhub/apis/electron-hub-api.md) · [All operations](https://skmtc.dev/electronhub/apis/electron-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/electronhub/electron-hub-api/revisions/727f9c51555b/schema)
