Authorization: Bearer ********************
curl --location --request GET 'https://api.key4u.shop/replicate/v1/predictions/' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}