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
POST
/v1/serpGoogle Search
Search by query, location, language, country, device, and result type.
Explore endpointPOST
/v1/twitterTwitter user timeline
Retrieve public posts by username or numeric user ID, with cursor pagination.
Explore endpointPOST
/v1/images/generationsImage generation & editing
Create images from a prompt, or edit existing images with reference images and a mask.
Explore endpointPay 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