{% extends 'base.html' %} {% block title %}API Documentation{% endblock %} {% block head %} {% endblock %} {% block content %}
Programmatic access to Video AI functionality
All endpoints require authentication via login session or API token (Bearer token in Authorization header).
Get real-time system statistics including CPU usage, RAM consumption, and GPU information.
Perform AI-powered media analysis using advanced language models. Costs 10 tokens (free for admins).
file upload or file_path (admin only) must be provided. Chunked uploads are supported for large files.
Note: Use the returned job_id with /api/result/{job_id} to check job status and get results.
Check the status and get results of an analysis job. Use the job_id returned from /api/analyze.
Retrieve a list of your active API tokens for programmatic access.