Information
Your API KEY is available on your dashboard
Local upload
POST https://upload.embedgram.com/api/uploadapi
Parameter |
Type |
Value |
file |
Required |
File |
api_token |
Required |
Api_token |
* Extensions .avi .mkv .flv they always convert.
* Extension .mp4 it it converting in some cases.
Success response (200):
Error response (404):
Remote upload
POST https://embedgram.com/api/upload/remote
Parameter |
Type |
Value |
url |
Required |
Direct url to video |
name |
Required |
Name of file |
api_token |
Required |
Api token |
* Extensions .avi .mkv .flv they always convert.
* Extension .mp4 it it converting in some cases.
Success response (200):
Error response (404):
Embedgram clone
POST https://embedgram.com/api/upload/embedgram
Parameter |
Type |
Value |
hash |
Required |
*Hash of video |
api_token |
Required |
Api token |
* Example from url: https://embedgram.com/v/61n8n24dwe6sd hash will be 61n8n24dwe6sd
Success response (200):
Error response (404):
UPLOAD CAPTIONS
POST https://upload.embedgram.com/api/subtitles
Parameter |
Type |
Value |
video_id |
Required |
video id |
api_token |
Required |
api token you can check in my account |
subtitles |
Required |
path to your caption file |
Success response (200):
Error response (404):
Search video by name
POST https://embedgram.com/api/movies
Parameter |
Type |
Value |
hash |
Required |
short_hash of video |
title |
Required |
Name&Of&Video |
Success response (200):
Error response (404):
Check video status
POST https://embedgram.com/api/movies
Parameter |
Type |
Value |
hash |
Required |
short_hash of video |
api_token |
Required |
Api token |
Success response (200):
Error response (404):