post-meta-extractor docs
GitHubGitHub
    • Docs Home
      • Overview
      • Quickstart
      • AI Adapters
      • TanStack Start
      • Nuxt
      • React
      • Solid
      • Vue
      • API Keys and Security
      • Core API
      • Framework Wrappers
      • TanStack Helper
      • Types
      • Canonical README Snapshot
      • Common Issues
      • Release Notes
  • Index

On This Page

  • Exports
  • Deterministic Output
  • AI Output
Question? Give us feedback →Edit this page
docsReferenceCore API

Core API

Reference quickstart source of truth: README Core Sync API and README Core Async AI API.

Exports

  • extractPostMeta(input, options?)
  • extractPostMetaWithAI(input, options)

Deterministic Output

  • title, slug, aliases, thumbnailUrl, date fields are parser-driven

AI Output

  • description, tags are AI-driven in async API path
  • ai.status, ai.attempts, ai.warnings, ai.provider
API Keys and SecurityFramework Wrappers

post-meta-extractor docs