VIDEITS
API reference

Videitos API

Everything you can do with the Claude connector — manage templates, browse storage, start video generations, and track jobs — is available over a plain HTTPS REST API.

Base URL

https://videitos.click/api/v1

Authentication

Authenticate every request with an API key sent in the Authorization header:

Authorization: Bearer <your-api-key>

Create and manage keys in your account settings. Keep them secret — a key grants full access to your account and credits. Manage API keys →

Quickstart

Export your key and list your templates. Use the language tabs on the right to see the same request in cURL, Python, JavaScript, Go, or PHP.

export VIDEITOS_API_KEY="vk_your_key_here"

Errors

The API uses standard HTTP status codes. Errors return a JSON body with an error message.

  • 200 — Success
  • 400 — Invalid request or parameters
  • 401 — Missing or invalid API key
  • 404 — Resource not found
  • 500 — Unexpected server error

Endpoints

Templates

Storage

Jobs

Credits

OpenAPI specification

Download the machine-readable spec to generate clients or import into Postman: /api/v1/openapi.json