shots-trimmer@terminal:~$ API Key Generator
root@shots-trimmer:~$ ./generate-api-key.sh --interactive
[INFO] API Key Generator v2.0 initialized
root@shots-trimmer:~$ cat ./api-info.txt

Get Your Free API Key

Automate your video conversion workflow with our powerful REST API

root@shots-trimmer:~$ nano ./user-registration.json
// Required for API key generation
// We'll never share your email with anyone
root@shots-trimmer:~$ cat ./quick-start.md

quick_start_guide

Use your API key in the request header:

example-curl-request.sh
curl -X POST https://your-domain.com/api/v1/convert \
  -H "X-API-Key: your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://youtube.com/watch?v=...",
    "num_shorts": 3,
    "clip_duration": 15
  }'
root@shots-trimmer:~$ cat ./api-features.txt

api_features

Convert YouTube videos programmatically
Track job status and progress
Download videos or get base64 encoded data
Perfect for n8n, Zapier, and custom workflows
RESTful API with JSON responses