Ai Tools
ArtHub.ai logo

ArtHub.ai API

arthub.ai

AI artwork discovery - galleries, tags, artwork details, and generation prompts.

Actions
6
Category
Ai Tools
Login
Not required
Output
JSON

Call the ArtHub.ai API

Submit a task, then poll the job until it settles. This example runs act_arthub_ai_artwork_detail_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_arthub_ai_artwork_detail_ssr",
    "params": {
      "post_id": "99d25da6-358a-47db-a57a-11a5c880e051"
    }
  }'

6 actions on arthub.ai

Read

  • Artwork Details

    act_arthub_ai_artwork_detail_ssrread2 credits / call

    Returns artwork detail for a post: prompt text, generation metadata, author, and image URL.

    post_id
    string · required
  • Community Gallery

    act_arthub_ai_community_gallery_ssrread1 credit / call

    Returns community gallery artworks with title, author, tags, image, and post URL.

  • Fantasy Tag Listing

    act_arthub_ai_tag_artwork_listing_fantasyread2 credits / call

    Returns artworks in the fantasy category with titles, post IDs, and image URLs.

    category_slug
    string · required
  • Homepage Gallery

    act_arthub_ai_homepage_gallery_ssrread1 credit / call

    Returns trending homepage artworks with title, author, tags, and image URL.

  • Sci Fi Tag Listing

    act_arthub_ai_tag_artwork_listing_sci_firead2 credits / call

    Returns artworks in the sci-fi category with titles, post IDs, and image URLs.

    category_slug
    string · required
  • Search Results

    act_arthub_ai_search_results_ssrread2 credits / call

    Returns AI artworks searched by keyword with matching titles, post IDs, and links.

    search_query
    string · required

ArtHub.ai API questions

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