ConsoleCatalog
Sign in
Pictory logo

Pictory

pictory.aiAi Toolsno auth

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

Blog Article Details

ASYNCREADNo auth

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

ParametersFormJSON

URL slug of the blog article (path segment after /blog/)

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