Files
image-caption-api/test.rest
Guilherme Werner cbd08483ed Update test.rest
2023-10-06 21:00:11 -03:00

20 lines
356 B
ReStructuredText

###
POST http://localhost:5000/caption
Content-Type: application/json
{
"image_url": "http://images.cocodataset.org/test-stuff2017/000000009384.jpg"
}
###
POST https://ti6.fornaxhost.net/caption
Content-Type: application/json
{
"image_url": "https://static.todamateria.com.br/upload/ur/so/ursopolarreproducao-cke.jpg?auto_optimize=low"
}
###