GET STARTED

Introduction

Connect web data and image creation to your application with Sukidata APIs.

QUICKSTART

Make your first request

Create an API key in the Sukidata console, then send it as a Bearer token. This example returns Google results for a query and location.

cURL
curl --request POST \
  --url https://api.sukidata.com/v1/serp \
  --header "Authorization: Bearer $SUKIDATA_API_KEY" \
  --header 'Content-Type: application/json' \
  --data '{
    "q": "coffee shops in seattle",
    "location": "Seattle, Washington, United States",
    "hl": "en"
  }'
Keep your API key private.Use it only in server-side code and secure development tools.

WEB DATA & AI

Choose an API

Pay for what you use

Web Data · CreditsGoogle Search and Twitter use credits. Each Workspace gets 1,000 free credits every month; buy credit packs when you need more.
AI · USD balanceImage generation and editing are billed per image. Make sure your AI balance covers the request; the balance never expires.

Balances belong to your Workspace and cannot be exchanged. See billing and pricing for rates, free credits, purchases and payment history.

NEXT STEPS

Build with Sukidata