ConsoleCatalog
Sign in
NightCafe logo

NightCafe

nightcafe.studioAi Toolsno auth

AI art platform - explore feed, prompts, challenges, and PRO/credit pricing.

Artwork Details

ASYNCREADNo auth

Returns an artwork's title, prompt, author, image, and publish date.

ParametersFormJSON

NightCafe creation ID for the artwork to fetch (from feed listing or caller input)

cost: 1 credit · 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_nightcafe_studio_artwork_detail",
    "params": {
      "creation_id": "qgQ7GIDKqhrnNPyd8rQW"
    }
  }'