curl --request GET \
--url https://api.presenton.ai/api/v3/images/uploaded \
--header 'Authorization: <authorization>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request GET \
--url https://api.presenton.ai/api/v3/images/uploaded \
--header 'Authorization: <authorization>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Bearer JWT or API Key
Successful Response
Was this page helpful?