Ai Tools
Upscale.media logo

Upscale.media API

upscale.media

AI image upscaling - feature pages, pricing, blog, reviews, and related products.

Actions
11
Category
Ai Tools
Login
Not required
Output
JSON

Call the Upscale.media API

Submit a task, then poll the job until it settles. This example runs act_upscale_media_blog_article_ssr.

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_upscale_media_blog_article_ssr",
    "params": {
      "blog_slug": "midjourney-upscaling-tools"
    }
  }'

11 actions on upscale.media

Read

  • Blog Article

    act_upscale_media_blog_article_ssrread1 credit / call

    Returns a blog article's title, body, and metadata for a given slug.

    blog_slug
    string · required
  • Blog Listing

    act_upscale_media_blog_listing_ssrread2 credits / call

    Returns blog articles with titles, URLs, and images for a given page.

    page
    string · required
  • Blog Posts Listing

    act_upscale_media_blog_posts_listingread2 credits / call

    Returns blog posts for a collection with titles, slugs, summaries, and publish dates.

    collection_id
    string · required
    offset
    string · required
  • Customer Reviews Listing

    act_upscale_media_customer_reviews_listingread1 credit / call

    Returns customer reviews with ratings, testimonials, author names, and publish dates.

    collection_id
    string · required
  • Feature Product Pages Listing

    act_upscale_media_feature_product_pages_listingread1 credit / call

    Returns product and feature pages with titles, slugs, URLs, and descriptions.

    collection_id
    string · required
  • Features Content

    act_upscale_media_features_contentread1 credit / call

    Returns feature titles and descriptions for a given locale and namespace.

    locale
    string · required
    namespace
    string · required
  • Pricing Page

    act_upscale_media_pricing_page_ssrread1 credit / call

    Returns pricing plans with names, prices, credits, and storage for a billing interval.

    billing_interval
    string · required
  • Pricing Plans

    act_upscale_media_pricing_plans_apiread1 credit / call

    Returns subscription plan tiers with prices, credits, storage limits, and plan metadata.

  • Product Category Listing

    act_upscale_media_product_category_listingread1 credit / call

    Returns product categories with titles, slugs, URLs, and descriptions.

    collection_id
    string · required
  • Related Products Listing

    act_upscale_media_related_products_listingread1 credit / call

    Returns related products with titles, URLs, descriptions, and logos.

  • Upscale Tool Home

    act_upscale_media_upscale_tool_home_ssrread1 credit / call

    Returns the upscaler homepage details with product info, rating, supported platforms, and FAQs.

    scale_factor
    string · required

Upscale.media API questions

Is there an API for Upscale.media?
Upscale.media does not offer a public data API for this, but Anakin Wire provides 11 maintained endpoints for upscale.media. 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 Upscale.media 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 upscale.media changes its markup, Anakin updates the action.
Do I need a Upscale.media account?
No. Every Upscale.media action listed here runs anonymously — no account and no credentials required.
What does the Upscale.media 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