---
title: "Deduct Credits"
method: POST
path: "/v1/deduct-credits"
tags: ["User"]
---

# Deduct Credits

`POST /v1/deduct-credits`

## Request body

- DeductCreditsBody
  - `credits_to_deduct` integer, required

## Response `200`

Successful Response

- DeductCreditsResponse
  - `message` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/scrapegraphai/apis/fastapi.md) · [All operations](https://skmtc.dev/scrapegraphai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapegraphai/fastapi/revisions/7583b63abb6e/schema)
