POST /2/media/upload
Uploads an image or a subtitle using a single API call.
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 | Yes |
A string enum value which identifies a media use-case. This identifier is used to enforce use-case specific constraints (e.g. file size) and enable advanced features. Possible values:
|
media |
Yes | ||
media_type |
String | No |
The type of image or subtitle. Possible values:
|
additional_owners[] |
Array | No | |
shared |
Boolean | No |
Whether this media is shared or not. Default value: false |
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.