This endpoint allows you to submit social media video URLs for evaluation. The system will automatically download the videos and process them through your specified judge.
Pilot Testing Only: This API is intended for pilot testing and is not recommended for production use. Social media video scraping is fragile and may fail due to platform changes, bot detection, or rate limiting. For production applications, use the direct upload API instead.
List of social media video URLs to process.Constraints:
Minimum 1 URL
Maximum 20 URLs per request
Must be valid HTTP/HTTPS URLs
**Note: ** videos may fail to be evaluated due to bot detection from the hosting website. It is recommended to use the direct upload api whenever possible.
Optional webhook URL to override your organization’s default webhook.If provided, this URL will receive notifications for this batch. The webhook will still use your organization’s webhook secret for request signing.
Expected Response: Your webhook endpoint should return a 200 OK response. Any other status code will be considered a failure and may trigger retries.Timeout: Webhook requests timeout after 10 seconds. Ensure your endpoint responds within this time.Retries: Pique will retry failed webhook deliveries with exponential backoff. Implement idempotent processing using the job_id.Signing: