POST /2/media/upload/initialize
Initialize a media upload request.
Servers
- https://api.twitter.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
media_category |
String | No |
A string enum value which identifies a media use-case. This identifier is used to enforce use-case specific constraints (e.g. file size, video duration) and enable advanced features. Possible values:
|
media_type |
String | No |
The type of media. Possible values:
|
additional_owners[] |
Array | No | |
total_bytes |
Integer | No |
The total size of the media upload in bytes. |
shared |
Boolean | No |
Whether this media is shared or not. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.