# Getting Started

## How to consume API?

makeshorter is orginezed around REST. All endpoints are predictable and accept JSON request bodies, and return JSON responses, and use standart HTTP codes.&#x20;

{% hint style="success" %}
Base Url: <https://api.makeshorter.com/v1>
{% endhint %}

You can check api sample ping query with "GET" query.

{% tabs %}
{% tab title="cURL" %}

```
 $ curl https://api.makeshorter.com/v1/test
```

{% endtab %}
{% endtabs %}

## Nuget Package

Package available for .net standart 2.0 . You can download MakeShorter nuget package.&#x20;


---

# 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.makeshorter.com/api-integration/api-getting-started.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.
