Ai Tools
Pictory logo

Pictory API

pictory.ai

Pictory AI video creation - feature pages, pricing, use cases, and blog.

Actions
9
Category
Ai Tools
Login
Not required
Output
JSON

Call the Pictory API

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

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_pictory_ai_blog_article_detail_ssr",
    "params": {
      "article_slug": "pictory-vs-synthesia-best-ai-video-generator-for-content-avatars-and-scalable-video-creation"
    }
  }'

9 actions on pictory.ai

Read

  • Blog Article Details

    act_pictory_ai_blog_article_detail_ssrread2 credits / call

    Returns a blog article's title, body, tags, and metadata by slug.

    article_slug
    string · required
  • Blog Index

    act_pictory_ai_blog_article_ssrread1 credit / call

    Returns the blog index with article links, summary, and tags.

  • Blog Listing

    act_pictory_ai_blog_listing_ssrread2 credits / call

    Returns blog articles for a page with titles, URLs, summaries, and categories.

    page
    string · required
  • Content Creators Use Case

    act_pictory_ai_use_case_page_ssr_content_creatorsread1 credit / call

    Returns the Content Creators use-case page title, summary, and content.

  • Homepage

    act_pictory_ai_homepage_ssrread1 credit / call

    Returns the homepage title, description, and structured metadata.

  • Idea To Video Feature

    act_pictory_ai_idea_to_video_feature_ssrread1 credit / call

    Returns the Idea-to-Video feature page title, description, and content.

  • Marketers Use Case

    act_pictory_ai_use_case_page_ssr_marketersread1 credit / call

    Returns the Marketers use-case page title, summary, and content.

  • Pricing Page

    act_pictory_ai_pricing_page_ssrread1 credit / call

    Returns pricing plan tiers with prices, billing periods, and included features.

  • URL To Video Feature

    act_pictory_ai_url_to_video_feature_ssrread1 credit / call

    Returns the URL-to-Video feature page title, description, and content.

Pictory API questions

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