# Billing & Subscriptions

> **Coming Soon** — Billing management endpoints are under active development.

The billing resource will allow programmatic management of service plans, subscription settings, and detailed usage data.

### Planned Endpoints

| **Method** | **Path**                       | **Description**                                                 |
| ---------- | ------------------------------ | --------------------------------------------------------------- |
| GET        | /v1/billing/plans              | List all available service plans with pricing (public, no auth) |
| GET        | /v1/billing/subscription       | Get current subscription details                                |
| PATCH      | /v1/billing/subscription       | Update subscription settings                                    |
| POST       | /v1/billing/subscription/pause | Pause current subscription                                      |
| GET        | /v1/billing/usage              | Get detailed API usage report                                   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.diapleo.com/api-reference/endpoints/endpoint-billing-and-subscriptions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
