Ai Tools
Gamma logo

Gamma API

gamma.app

AI presentation builder - templates, deck details, categories, and pricing tiers.

Actions
5
Category
Ai Tools
Login
Not required
Output
JSON

Call the Gamma API

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

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_gamma_app_template_category_listing_rsc",
    "params": {
      "category_slug": "fundraising"
    }
  }'

5 actions on gamma.app

Read

  • Category Template Listing

    act_gamma_app_template_category_listing_rscread1 credit / call

    Returns templates within a category with titles, descriptions, and links.

    category_slug
    string · required
  • Template Categories

    act_gamma_app_template_category_navigation_rscread1 credit / call

    Returns template filter categories by persona and format.

  • Template Details

    act_gamma_app_template_detail_ssrread1 credit / call

    Returns a template's name, description, categories, and related templates.

    template_slug
    string · required
  • Template Listing

    act_gamma_app_template_listing_rscread1 credit / call

    Returns the template gallery with titles, descriptions, and categories.

Write

Write actions change state on gamma.app and run as the account you connect.

  • Pricing Tiers

    act_gamma_app_pricing_tiers_graphqlwrite2 credits / call

    Returns subscription pricing tiers with plan names, frequencies, and prices.

Gamma API questions

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