ConsoleCatalog
Sign in
Tabnine logo

Tabnine

tabnine.comAi Toolsno auth

Tabnine AI coding assistant - feature pages, resources, ebooks, and blog.

Ebook Article Details

ASYNCREADNo auth

Returns ebook or guide article detail with title, body, and metadata.

ParametersFormJSON

URL path slug for the ebook or guide article under /ebook/{slug}/

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_tabnine_ebook_article_detail",
    "params": {
      "ebook_slug": "gartner_mq_2025"
    }
  }'