Ai Tools
Tensor.Art logo

Tensor.Art API

tensor.art

AI art platform - generative models, community image galleries, and model details.

Actions
5
Category
Ai Tools
Login
Not required
Output
JSON

Call the Tensor.Art API

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

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_tensor_art_image_gallery_feed",
    "params": {
      "sort": "FRESH_FINDS_SHORT_TERM",
      "visibility": "HOT"
    }
  }'

5 actions on tensor.art

Read

  • Model Type Filter Options

    act_tensor_art_model_type_filter_optionsread1 credit / call

    Returns available model-type and project-type filter options.

Write

Write actions change state on tensor.art and run as the account you connect.

  • Image Gallery Feed

    act_tensor_art_image_gallery_feedwrite2 credits / call

    Returns community gallery posts with images, prompts, and source model IDs.

    sort
    string · required
    visibility
    string · required
  • Model Portal Listing

    act_tensor_art_model_portal_listingwrite2 credits / call

    Returns a paginated catalog of models with covers, owners, tags, and stats.

    sort
    string · required
    cursor
    string
    mix_cursor
    string
    filter
    object
  • Related Models

    act_tensor_art_related_models_by_idwrite2 credits / call

    Returns models related to a given model with covers, stats, and metadata.

    model_id
    string · required
  • Workspace Model List

    act_tensor_art_workspace_model_listwrite2 credits / call

    Returns available generation models with names and base model identifiers.

Tensor.Art API questions

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