---
title: "Create Bill Statement in CSV Format"
method: POST
path: "/organizations/{orgId}/bills/{id}/statement/csv"
tags: ["Bill"]
---

# Create Bill Statement in CSV Format

`POST /organizations/{orgId}/bills/{id}/statement/csv`

Generate a specific Bill Statement for the provided Bill UUID in CSV format. 

Bill Statements are backing sheets to the invoices sent to your customers. Bill Statements provide a breakdown of the usage responsible for the usage charge line items shown on invoices.

The response to this call returns a pre-signed `downloadUrl`, which you then use with a `GET` call to obtain the Bill statement in CSV format.

## Path parameters

- `orgId` string, required
- `id` string, required

## Response `200`

Returns the download URL

- ObjectUrlResponse
  - `downloadUrl` string, url — The pre-signed download URL.

## Other responses

- `4XX` — Error message
- `5XX` — Error message

## Changes

- **2025-08-01** `9f9e5f3dbde7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/m3ter-com/apis/m3ter-api/changes/organizations/:orgId/bills/:id/statement/csv/post.md)

---

[API](https://skmtc.dev/m3ter-com/apis/m3ter-api.md) · [All operations](https://skmtc.dev/m3ter-com/apis/m3ter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/m3ter-com/m3ter-api/revisions/ac93d1a9e6d9/schema)
