| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Twitvid API Method: getid

Page history last edited by Twitvid Support 11 years, 9 months ago

<< Back to Twitvid API Documentation

 

getId

Use this method to obtain a unique id for a video upload. To be used in conjunction with uploadOrResume

 

URL:

http://im.twitvid.com/api/getId

 

Formats: 

xml, json

 

HTTP Method:

POST

 

Requires Authentication:

true

 

Parameters:

 

If passing in Authentication Token from authenticate:

{

  • token: Required. The Authentication Token

}

else If passing in Twitter OAuth Echo parameter:

{

}

  • format: Optional. Select the return type (xml by default)

 

Response

          XML example:

         <?xml version='1.0' encoding='UTF-8'?>

         <rsp status='ok'>

               <status_id>1111</status_id>

               <user_id>TwitUsername</user_id>

               <media_id>ZZ83F</media_id> 

          </rsp>

 

          JSON example:

          {"rsp":"ok",

          "status_id":"1111",

          "user_id":"TwitUsername", 

          "media_id":"ZZ83F"}

 

<< Back to Twitvid API Documentation 

Comments (0)

You don't have permission to comment on this page.