ProviderKey, Category, and optional DisplayName. Not paginated.X-Project-ID header plus a proj_ token bound to that project or a user_ token with admin/owner access on the project's organization. A token without access to the project receives 403 Forbidden.curl --location 'https://api.ygo.ai/v2/project/content/listImageProviders' \
--header 'X-Project-ID: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"Data": {
"Items": [
{
"ProviderKey": "canonical",
"Category": "canonical",
"DisplayName": "Canonical (owned)"
},
{
"ProviderKey": "HOB",
"Category": "contenthub"
},
{
"ProviderKey": "booking",
"Category": "booking"
}
]
}
}