{
"contents": [
{
"parts": [
{
"text": "string"
}
]
}
]
}
curl --location -g --request POST 'https://xuedingmao.online/v1beta/models/gemini-2.5-pro-preview-03-25:generateContent?key={{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"parts": [
{
"text": "string"
}
]
}
]
}'
{}