API Playground

Validate integrations with real API paths

Choose a core endpoint to inspect the path, JSON body, and curl example. Enter an API key to send requests, review response history, and use parameter helpers to update common fields.

POST/v1/lip-sync/tasks

Create a lip-sync task

Submit video and voice audio to create a lip-sync task.

Open endpoint docs

Request example

Base URL
https://kittaaudio.com

Parameter helper

Adjust common fields with inputs. The JSON body updates automatically.

JSON body

curl

curl -X POST "https://kittaaudio.com/v1/lip-sync/tasks" \
  -H "Authorization: Bearer $KITTA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "kitta-lip-sync-v1",
  "video_url": "https://example.com/person.mp4",
  "audio_url": "https://example.com/voice.mp3"
}'

All Open API requests require a Bearer API key.

Task creation endpoints usually return a task id, then use the detail endpoint to query results.

Response

Send a request to show the status code and response body here.

Response history

No request records in this page yet.