Get Started

Introduction

Welcome to the world of streamlined development! Our ready-made APIs are designed to help you build products faster and save time. This guide will walk you through the steps to get started quickly.

Step 1: Sign In with Google

Create an account.

  1. Sign in with Google

Step 2: Create Project

Create a project.

  1. Go to your projects dashboard.
  2. Click new project
  3. Fill the details and click create

Step 3: Choose Your API

Browse our collection of ready-made APIs and choose the ones that fit your needs.

  1. Go to API Marketplace
  2. Select an API and add it to the project
  3. Copy an api endpoint

Step 4: Make Your First Request

  1. Paste the copied endpoint
  2. Go to Project Details page and Copy API Key
  3. Pass the API key as header named x-api-key
  4. Send the request

Here’s an example using cURL:

curl --request POST \
  --url https://tinyapis.io/api/remove-image-background \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: YOUR_PROJECT_API_KEY' \
  --form image=FILE_PATH