Ai Tools
Stable Diffusion Web logo

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 / call

    Returns 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 / call

    Returns the homepage title, description, and links to the prompt gallery and model catalog.

  • Prompt Gallery Listing

    act_stablediffusionweb_prompt_gallery_listingread1 credit / call

    Returns the prompt gallery's AI images with IDs, image URLs, titles, and tags.

  • Prompt Gallery Search

    act_stablediffusionweb_prompt_gallery_searchread2 credits / call

    Returns 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 / call

    Returns 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 / call

    Returns 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

All Ai Tools sites