Video Analysis API for Wix Studio

Your video analysis API is running and ready to receive requests.

API Endpoint:

POST /api/analyze

JSON Body Format:

{
  "apiKey": "YOUR_SECRET_KEY",
  "videoDataUri": "data:video/mp4;base64,...",
  "analysisInstructions": "Your analysis prompt..."
}

You can view live debugging logs for API calls at the /key_debug.log endpoint.