cURL
curl --request POST \ --url https://api.twitterapi.io/twitter/upload_image \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "auth_session": "<string>", "image_url": "<string>", "proxy": "<string>" }'
{ "status": "<string>", "msg": "<string>", "media_id": "<string>" }
upload image to twitter.Need to login first. Trial operation price: $0.001 per call.
Upload image response
The response is of type object.
object