Stable Diffusion Web API
stablediffusionweb.com
AI image creation - generated-image gallery, prompt database, and model catalog.
- Actions
- 6
- Category
- Ai Tools
- Login
- Not required
- Output
- JSON
Call the Stable Diffusion Web API
Submit a task, then poll the job until it settles. This example runs act_stablediffusionweb_ai_model_page.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_stablediffusionweb_ai_model_page",
"params": {
"model_slug": "nano-banana"
}
}'6 actions on stablediffusionweb.com
Read
AI Model Page
act_stablediffusionweb_ai_model_pageread1 credit / callReturns an AI model's name, description, and metadata for a given model slug.
- model_slug
- string · required
Home Page
act_stablediffusionweb_home_page_ssrread1 credit / callReturns the homepage title, description, and links to the prompt gallery and model catalog.
Prompt Gallery Listing
act_stablediffusionweb_prompt_gallery_listingread1 credit / callReturns the prompt gallery's AI images with IDs, image URLs, titles, and tags.
Prompt Gallery Search
act_stablediffusionweb_prompt_gallery_searchread2 credits / callReturns paginated prompt gallery images by keyword with IDs, URLs, titles, and tags.
- page_index
- integer · required
- search_prompt
- string · required
- page_size
- integer
Prompt Image Details
act_stablediffusionweb_prompt_image_detailread2 credits / callReturns a single image's ID, prompt title, description, image URL, and canonical URL.
- image_id
- string · required
- image_slug
- string · required
Related Images Listing
act_stablediffusionweb_related_images_listingread2 credits / callReturns related AI-generated images for an image with IDs, URLs, titles, and tags.
- image_id
- string · required
- page_index
- integer
- page_size
- integer
Stable Diffusion Web API questions
- Is there an API for Stable Diffusion Web?
- Stable Diffusion Web does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for stablediffusionweb.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Stable Diffusion Web data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when stablediffusionweb.com changes its markup, Anakin updates the action.
- Do I need a Stable Diffusion Web account?
- No. Every Stable Diffusion Web action listed here runs anonymously — no account and no credentials required.
- What does the Stable Diffusion Web API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Ai Tools APIs
AI Top Tools
Directory of AI tools - categories, details, and rankings.
Aixploria
AI tools directory - categories, tool details, and top lists.
Anthropic
Anthropic - research publications, Claude model details, pricing, and documentation.
ArtHub.ai
AI artwork discovery - galleries, tags, artwork details, and generation prompts.
Captions
AI video editing platform - features, styles, use cases, and product pages.
DeepL
DeepL translator - text translation, language pairs, features, and pricing.