---
title: "Awards Kudos to registed user"
method: POST
path: "/v2/kudos/award"
tags: ["v2"]
---

# Awards Kudos to registed user

`POST /v2/kudos/award`

This API can only be used through privileged access.

## Headers

- `apikey` string, required
- `X-Fields` string, mask

## Request body

- object
  - `username` string
  - `amount` integer

## Response `200`

Kudos Awarded

- KudosAwarded
  - `awarded` number — The amount of Kudos awarded.

## Other responses

- `400` — Validation Error
- `401` — Invalid API Key
- `403` — Access Denied

---

[API](https://skmtc.net/haidra-org/apis/ai-horde.md) · [All operations](https://skmtc.net/haidra-org/apis/ai-horde/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haidra-org/ai-horde/revisions/dfeb0bedd935/schema)
