# What are API Products?

### 🎯 What is an API Product?

An API Product is a **complete package** that includes everything you need to use or sell an API on API.market.

{% hint style="info" %}
💡 **Think of it like this:** An API Product is like a product listing in an online store. It includes the API itself (what it does) and the pricing plans (how much it costs).
{% endhint %}

#### API Products are comprised of two parts:

**1. API Source** - The actual API specification and endpoints\
→ [Learn more about API Source](https://docs.api.market/seller-docs/importing-an-api-source)

**2. Pricing Plans** - The subscription tiers and pricing options\
→ [Learn more about Pricing Plans](https://docs.api.market/seller-docs/what-is-a-pricing-plan)

### 🛒 How to Subscribe to API Products

To use API products you first need to subscribe to any of the API . Here's how you can do it : \
\
**Step 1: Select any  API you are interested to try**

<figure><img src="https://979396929-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJpzXHBiEL3zWqYljGVxS%2Fuploads%2FiwVGjt9pDXJHDlLKcbum%2Fimage.png?alt=media&#x26;token=83db150b-47f3-4b5d-ad39-0efe00509b9a" alt=""><figcaption></figcaption></figure>

APIs are the building blocks that allow software applications to communicate and share functions in a secure, scalable environment. \
\
**Step 2 :  From many options available, you can choose any API Product to try.**&#x20;

<figure><img src="https://979396929-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJpzXHBiEL3zWqYljGVxS%2Fuploads%2FxbxF1LOAP4C8DezfhF20%2Fimage.png?alt=media&#x26;token=1727d490-8797-466d-ae4b-7a465759e27a" alt=""><figcaption></figcaption></figure>

In order to use the API Playground, a place to test & play with any API you first need to subscribe to any plan.  We recommend trying FREE plan as a starter. You can always upgrade the plan later.&#x20;

#### API Playground :&#x20;

API Playground is a Place for anyone to test out any API they have subscribed to. \
You need to be logged in and require api-key to test it out.&#x20;

<figure><img src="https://979396929-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJpzXHBiEL3zWqYljGVxS%2Fuploads%2FuCOREozpb70uhg27GzTz%2FScreenshot%202026-01-15%20at%2011.08.02%E2%80%AFPM.png?alt=media&#x26;token=d47fff91-a093-470d-8a40-fdbbc1657c7f" alt=""><figcaption></figcaption></figure>

\
\
**Step 3 :** Fill in all the required input fields in the API Playground to test the API.\
For this example, we are using the [**Object Remover API** ](https://api.market/store/magicapi/object-remover-v2) and passing the image URL and mask URL in the request body as shown below.

<figure><img src="https://979396929-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJpzXHBiEL3zWqYljGVxS%2Fuploads%2FeR8OXguavjhECfH9GefL%2Fimage.png?alt=media&#x26;token=47f3aa83-30f4-4723-ae88-b0b904689516" alt=""><figcaption></figcaption></figure>

Fill out the Required fields in the API Playground before testing. The fields will have some or all details filled as an example. \
\
**Step 4: Click Run API once done.**

<figure><img src="https://979396929-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJpzXHBiEL3zWqYljGVxS%2Fuploads%2FmiQzyrvgs7vouopmZSPn%2Fimage.png?alt=media&#x26;token=1d5cbb80-477b-4c18-bb20-06fbc0d8f8d6" alt=""><figcaption></figcaption></figure>

You will see the output with a successful execution code **"200"**


---

# 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/what-are-api-products.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.
