---
title: "Add credits to an API user's account."
method: POST
path: "/manage/api/add_credits"
tags: ["manage"]
---

# Add credits to an API user's account.

`POST /manage/api/add_credits`

## Query parameters

- `organization_id` string, required

## Request body

- PostAddCreditsRequest
  - `amount` Price, required — Represents a price.
    - `currency_code` string, required — The ISO 4217 currency code for the price object.
    - `amount` number, required — The amount of the currency in the common denomination. For example, in USD this is cents.

## Response `200`

API subscription content

- PostAddCreditsResponse
  - `amount` Price, required — Represents a price.
    - `currency_code` string, required — The ISO 4217 currency code for the price object.
    - `amount` number, required — The amount of the currency in the common denomination. For example, in USD this is cents.

## Other responses

- `400` — Bad request
- `401` — Not authorized
- `403` — Not authorized

---

[API](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0.md) · [All operations](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ideogram/ideogram-openapi-3-0/revisions/bd40f367a834/schema)
