Files
image-caption-api/test.rest
Guilherme Werner 96b98f30e0 Update test.rest
2023-10-06 22:21:59 -03:00

20 lines
401 B
ReStructuredText

###
POST http://localhost:5885/caption
Content-Type: application/json
{
"image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQS2DKvqhyVtI8MMAC8j2oP-2-JRryjBkNGhA&usqp=CAU"
}
###
POST https://ti6.fornaxhost.net/caption
Content-Type: application/json
{
"image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQS2DKvqhyVtI8MMAC8j2oP-2-JRryjBkNGhA&usqp=CAU"
}
###