Introduction

Klap API

Get ready-to-publish short-form videos from long videos using AI programmatically.

Overview

This API is designed as an experiment to explore the possibilities of external developer integrations of Klap video generation service. Any feedback is welcome: team@klap.app

Getting Started

  1. API Key: To use the Klap API, you need an API key which can be obtained in your Klap account https://klap.app/rest-api (opens in a new tab)
  2. Base URL: The API requests should be made to https://api.klap.app/v1.

Making Requests

  • The API uses standard HTTP methods: GET and POST.
  • Requests must include the API key in the header: Authorization: Bearer <your_api_key>.
  • JSON format is used for both requests and responses.