YouTube Comment API
This API generates an image styled like a YouTube comment.
๐ Endpoint
GET /api/youtubecomment
๐งพ Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
username |
string | Yes | The commenter's name |
comment |
string | Yes | The comment content |
avatar |
string (URL) | No | URL of the avatar image |
likes |
integer | No | Number of likes (default: 0) |
dislikes |
integer | No | Number of dislikes (default: 0) |
๐ Example Request
/api/youtubecomment?username=AyoPurple&comment=This%20is%20a%20test&likes=100&dislikes=5
๐งช Test the API
Ship API
Generates a shipping image with two avatars and a random percentage.
๐ Endpoint
GET /api/ship
๐งพ Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
img1 |
string | Yes | URL of the first image (left) |
img2 |
string | Yes | URL of the second image (right) |
percent |
integer | No | define the percentage number (default: random number) |
๐ Example Request
/api/ship?img1=https://i.imgur.com/img1.png&img2=https://i.imgur.com/img2.png&percent=100
๐งช Test the API
Another API (Coming Soon)
new endpoints coming soon.