# How to subscribe to a  API Product?

### :rocket: Step-by-Step Subscription Guide

#### Step 1: Browse and Select an API

Navigate to the [API Market](https://api.market/) and find an API you want to use.

<figure><img src="/files/wkfygja2u64S0rK6Ee7M" alt=""><figcaption></figcaption></figure>

You can:

* Browse by category (AI, Payment, Communication, etc.)
* Search for specific APIs
* Filter by pricing, ratings, or features

#### Step 2: View API Product Details

Click on any API to view its product page. Here you'll see:

* API description and features
* Available pricing plans
* Documentation and examples
* Reviews and ratings

<figure><img src="/files/S6FPpHaSohoy5FrVdzSG" alt=""><figcaption></figcaption></figure>

#### Step 3: Choose a Pricing Plan

On the product page, you'll see different pricing plans available:

* **FREE** - Perfect for testing (recommended to start)
* **BASIC, PRO, ULTRA, MEGA** - Paid plans with more features
* **BULK** - For high-volume usage

<figure><img src="/files/ql0FE010iROjAxXP7En4" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="success" %}
:white\_check\_mark: **Pro Tip:** Start with the FREE plan to test the API. You can always upgrade later!
{% endhint %}

**Plan details shown:**

* API Calls per month
* API Limit Type (HARD or SOFT)
* Total Endpoints included
* Price

***

#### Step 4: Subscribe to Your Chosen Plan

1. Click on the plan you want (e.g., "FREE" for free tier)
2. Review the plan details
3. Click the **"Subscribe"** button

<figure><img src="/files/MnH2YLHxGOWsey3ZN3RQ" alt="" width="375"><figcaption></figcaption></figure>

After subscribing, you'll:

* :white\_check\_mark: Receive confirmation of your subscription
* :white\_check\_mark: Get your API key automatically
* :white\_check\_mark: Access the API Playground to test
* :white\_check\_mark: See your subscription in the dashboard


---

# 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.api.market/how-to-subscribe-to-a-api-product.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.
