Ittybit Docs

Get started and learn what you can do with the ittybit API

Automate annoying media stuff

What is Ittybit?

Ittybit helps you handle all the annoying parts of video, audio, and image files.

Existing customers use ittybit to:

  • Automatically convert user uploads to formats that work across browsers and devices
  • Compress files to save upto 90% on bandwidth and storage
  • Make every upload searchable and accessible
  • Filter NSFW content and enforce brand safety
  • Add subtitles, chapters, and thumbnails to their app's videos
  • Seamlessly scale-up to process 40,000 hrs of content a day

The founding team distilled their combined 35 years of experience in video and media technology into an API that's easy to start with, fun to learn, and very powerful when you are ready.

Make your first API calls from the API reference, or install an SDK to add ittybit to your project in minutes.


Quickstart

Get an API key

Create your free account and get an API key when you set up your project.

Make your first API call

You can use the terminal, an API client like Postman, or a language specific client to make your first API call.

curl -X POST "https://api.ittybit.com/files" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"url": "https://storage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"}'

This will ingest the file and return a file object.

Explore the docs

Now that you've made your first API call, you can explore the docs or explore the API reference to learn more about the different endpoints and how to use them.


Core Concepts

Files

Storage

Delivery

Tasks

Create Sources

Add Tracks

Get Intelligence

Workflows

Logs

Admin

Resources

On this page