Authorization: Bearer ********************{
"contents": [
{
"parts": [
{
"text": "画只猫"
}
]
}
]
}curl --location -g --request POST 'https://api.easyart.cc/v1beta/models/:generateContent?key={YOUR_API_KEY}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"parts": [
{
"text": "画只猫"
}
]
}
]
}'{}