AI-Powered Content Transformer

Youtube to Summary Content API

GET https://api.dataextractorpro.com/youtube-summary ⚡ 1 Credit

YouTube to Summary Content API converts YouTube videos into clear, concise summaries using AI, extracting key points and insights to make video content easy to understand and share.

Overview

This API endpoint allows programmatically extracting clean, structured data for AI-Powered Content Transformer.

Authentication

Include your API key in the request header:

x-api-key: YOUR_API_KEY
Request Parameters
Parameter Type Required Description & Allowed Values Try Parameter
platform
Platform
select Required
Parameter 'platform' can accept the values facebook, twitter, instagram, linkedin, reddit, threads, blog.
Allowed Values: facebook twitter instagram linkedin reddit threads blog
id
youtube Video Id
text Required
Enter the YouTube video ID found after v= in the video URL or after youtu.be/.
Code Examples

                                
                                
                                
                            
Error Responses
400 Invalid Parameters
One or more required parameters are missing or invalid.
{
    "status": "error",
    "message": "Parameter 'q' is required"
}
401 Unauthorized
Invalid or missing API key in x-api-key header.
{
    "status": "error",
    "message": "Invalid API key"
}
429 Rate Limit / Quota Exceeded
API key usage quota has been exhausted.
{
    "status": "error",
    "message": "Usage limit reached"
}
500 Internal Server Error
An unexpected server error occurred during extraction.
{
    "status": "error",
    "message": "Internal extraction error"
}