API Reference

View Markdown

View all the resource, endpoints, and properties available in the ittybit API

The ittybit API is organized around RESTful principles.

Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

You can use the API to create, retrieve, update, and delete Files, as well as manage other resources such as Media, Tasks, and Automations.


Base URL

All requests use a base URL of: https://api.ittybit.com

const BASE_URL = "https://api.ittybit.com";

Getting Started


Endpoints


Questions

We're constantly adding and updating to these docs, but they're not exhaustive yet.

If you have any questions, please don't hesitate to contact us.

We're always happy to help!

On this page