# Getting Started

#### **Quick steps to start using API.market**

Whether you're looking to use APIs or sell your own, follow these simple steps to get started.

***

### 🎯 Choose Your Path

{% hint style="info" %}
**👤 Looking to use APIs?** Jump to For API Users

**🏢 Want to sell your APIs?** Jump to For API Sellers
{% endhint %}

***

### 🔵 For API Users

#### Get started in 4 simple steps:

**1. Browse the Marketplace**\
[Visit the marketplace](https://api.market/) and explore APIs by category or search for what you need.

**2. Try Free**\
Most APIs offer free trials. Click on any API to see plans and start testing - no credit card required.

**3. Subscribe**\
When ready, choose a pricing plan that fits your needs. Add payment details and activate instantly.

**4. Integrate**\
Get your API key from the dashboard and follow the documentation to integrate into your project.

{% hint style="success" %}
👉 [**Browse API Marketplace**](https://api.market/) to get started now
{% endhint %}

***

### 🟢 For API Sellers

#### Get started in 4 simple steps:

**1. Create Organization**\
Sign up and create your organization from the [Seller Console](https://api.market/seller/dashboard).

**2. Import Your API**\
Upload your OpenAPI specification file using the Import API Source wizard.

**3. Create Products**\
Set up pricing plans and define features for your API products.

**4. Go Live**\
Publish your products and start selling to thousands of developers.

{% hint style="success" %}
👉 [**Get Started with Seller Console**](https://api.market/seller/dashboard) to list your APIs
{% endhint %}

***

### 📖 Learn More

#### For API Users:

* [**What are API Products?**](/what-are-api-products.md) - Understand how API products work
* [**How to subscribe to a  API Product?**](/how-to-subscribe-to-a-api-product.md) - Detailed subscription guide
* [**Managing Subscriptions**](/managing-subscriptions.md) - Control your API subscriptions
* [**Analytics & Logs** ](/analytics-and-logs.md)- Monitor your API usage

#### For API Sellers:

* [**API Seller Console**](/seller-docs/api-seller-console.md) - Dashboard overview
* [**What is an API Product?**](/seller-docs/what-is-an-api-product.md) - Learn about API products
* [**Importing an API Source**](/seller-docs/importing-an-api-source.md) - Import your first API
* [**Creating a Product using the Wizard**](/seller-docs/creating-a-product-using-the-wizard.md) - Create products
* [**Testing Your APIs & Products**](/seller-docs/testing-your-apis-and-products.md) - Test before launch

***


---

# 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/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.
