Documentation

Hinto API v2

The Hinto API lets you automate your entire content workflow programmatically: upload videos, generate articles, manage folders, publish projects, and more.

v1 is deprecated. The v1 API (/api/external/v1) still works but will not receive new features. All new integrations should use v2.

What you can do with the API

  • Upload or import videos — from your disk or any public URL
  • Generate articles — turn a video into structured documentation with one call
  • Manage content — create, update, move, and delete articles and folders
  • Publish — publish or unpublish your project and individual articles
  • Export — download your project as ZIP (HTML or Markdown) or as LLM-optimized text
  • Webhooks — receive notifications when async jobs complete

Getting started

  1. Open your project in the Hinto app
  2. Go to Settings → API Keys & Webhooks
  3. Click New API Key, choose the scopes you need, and copy the key
  4. Use the key in the X-API-Key header on every request

Base URL: https://app.hintoai.com/api/external/v2

OpenAPI spec (machine-readable): https://app.hintoai.com/api/external/v2/openapi

Documentation