Generate Title, Description, and Tags

View Markdown

Make your content discoverable and provide accessible alt text with auto-generated title, description, and tags for your uploaded media files.


Create a Summary Task

curl -X POST "https://api.ittybit.com/tasks" \
-H "Authorization: Bearer ITTYBIT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
  "url": "https://example.com/video.mp4",
  "kind": "summary"
}'

See the Summary Tasks section for more information about available options.

On this page