API : Ein Video mit OAuth 2.0 auf einem autorisierten YouTube-Kanal veröffentlichen.
This API is simple to use. You just have to follow these steps
If your credentials are correct, our server will provide you with a token as a response :
YOUR_TOKEN is valid for one hour, its duration can be extended using YOUR_REFRESH_TOKEN
Use the token to start the process
The API sends a JSON response to confirm that the process is finished. Download the generated files with the authenticated URLs in
Contact us This API is also available in asynchronous mode : Developer API : PublishVideoToYouTube
- Create a free account
- Click on the link you receive by email to confirm your address
- Generate a token with credentials
You can use any language to make this CURL call. (Python, PHP, Java, JavaScript...) Need help ?
If your credentials are correct, our server will provide you with a token as a response :
YOUR_TOKEN is valid for one hour, its duration can be extended using YOUR_REFRESH_TOKEN
Action parameters
Send parameters as a JSON object. Required fields are marked with required.
title— string; required; maximum 100 characters.description— string; maximum 5000 characters.tags— string; maximum 500 characters.categoryId— string; maximum 3 characters.privacyStatus— enum:private,unlisted,public.defaultLanguage— string; maximum 10 characters.license— enum:youtube,creativecommon.madeForKids— boolean.publishAt— string; maximum 40 characters.playlistId— string; maximum 128 characters.locationDescription— string; maximum 255 characters.latitude— number; minimum -90; maximum 90.longitude— number; minimum -180; maximum 180.
The API sends a JSON response to confirm that the process is finished. Download the generated files with the authenticated URLs in
actionResultsDownloadURLs.
This documentation is not clear? (Python, PHP, Java, JavaScript...) Need help ?
Contact us This API is also available in asynchronous mode : Developer API : PublishVideoToYouTube