ConsoleCatalog
Sign in
Tensor.Art logo

Tensor.Art

tensor.artAi Toolsno auth

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

Image Gallery Feed

ASYNCWRITENo auth

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

ParametersFormJSON

Gallery feed sort order - e.g. FRESH_FINDS_SHORT_TERM for recently surfaced posts

Feed visibility filter - e.g. HOT for trending community posts

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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"
    }
  }'