Ai Tools
Jasper logo

Jasper API

jasper.ai

Jasper AI marketing platform - features, use cases, pricing plans, and templates.

Actions
9
Category
Ai Tools
Login
Not required
Output
JSON

Call the Jasper API

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

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_jasper_ai_feature_detail_competitive_response",
    "params": {
      "agent_feature_slug": "competitive-response"
    }
  }'

9 actions on jasper.ai

Read

  • Agents Feature Details

    act_jasper_ai_feature_detail_competitive_responseread2 credits / call

    Returns an agent feature's name, description, images, and availability.

    agent_feature_slug
    string · required
  • Canvas Feature Details

    act_jasper_ai_feature_detail_canvasread1 credit / call

    Returns the Canvas feature with description, feature bullets, and images.

  • Grid Feature Details

    act_jasper_ai_feature_detail_gridread1 credit / call

    Returns the Grid feature with description, feature bullets, and FAQs.

  • Homepage Content

    act_jasper_ai_homepage_ssrread1 credit / call

    Returns the homepage with title, hero heading, and organization details.

  • Platform Overview

    act_jasper_ai_platform_overviewread1 credit / call

    Returns the platform overview with components, rating, and feature sections.

  • Pricing Tiers

    act_jasper_ai_pricing_tiersread1 credit / call

    Returns pricing plans with tier names, billing periods, and prices.

  • Template Library

    act_jasper_ai_template_libraryread1 credit / call

    Returns resource and template cards with titles, descriptions, and links.

  • Use Case Details

    act_jasper_ai_use_case_detailread2 credits / call

    Returns a use-case page with title, headline, summary, and body.

    solution_slug
    string · required
  • Use Case Listing

    act_jasper_ai_use_case_listingread1 credit / call

    Returns use-case cards with titles, descriptions, and links to solution pages.

Jasper API questions

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