Image creation
/images/tweet
Make a fake tweet
Query Parameters
avatar?string
A valid image URL
Length
1 <= length <= 2048name*string
The user displayed name
Length
1 <= length <= 50username*string
The user @ name
Length
1 <= length <= 50text*string
The tweet content
Length
1 <= length <= 256retweets?number
The retweets count
Range
0 <= value <= 1000000000000quote_tweets?number
The quote tweets count
Range
0 <= value <= 1000000000000likes?number
The likes count
Range
0 <= value <= 1000000000000Response Body
image/png
application/json
application/json
application/json
application/json
curl -X GET "https://plume.sodiumlabs.xyz/api/images/tweet?name=string&username=string&text=string""string"{
"message": "string"
}{
"message": "string"
}{
"message": "string",
"errors": [
{
"message": "string"
}
]
}{
"message": "string"
}