# API Reference

Dive into the specifics of each API endpoint by checking out our complete documentation.

{% hint style="info" %}
The Base URL for all requests is <https://api.nebulox.io>
{% endhint %}

## WebhookURL

Discover the functionalities  for handling webhooks on this page

{% content-ref url="/pages/pqrBPj1DDnqpy8XLPvmg" %}
[Webhook Setup Guide](/reference/api-reference/webhook-connection.md)
{% endcontent-ref %}

## Create Invoice

The following page refers to instructions on how to create an invoice using API

{% content-ref url="/pages/pqrBPj1DDnqpy8XLPvmg" %}
[Webhook Setup Guide](/reference/api-reference/webhook-connection.md)
{% endcontent-ref %}

## Users

Everything related to users:

{% content-ref url="/pages/ct1g9AIa3LO9wc4aXYLz" %}
[Create Invoice](/reference/api-reference/create-invoice.md)
{% endcontent-ref %}

{% hint style="info" %}
**Good to know:** Using the 'Page Link' block lets you link directly to a page. If this page's name, URL or parent location changes, the reference will be kept up to date. You can also mention a page – like [Webhook Setup Guide](/reference/api-reference/webhook-connection.md) – if you don't want a block-level link.
{% endhint %}


---

# Agent Instructions: 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.nebulox.io/reference/api-reference.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.
