curl --request GET \
--url https://api.example.com/models/figure_by_path/{gcs_path} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Retrieves the figure.png file from a given GCS URI provided directly in the path.
curl --request GET \
--url https://api.example.com/models/figure_by_path/{gcs_path} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}