{
"contents": [
{
"role": "user",
"parts": [
{
"text": "Describe this audio clip"
},
{
"inline_data": {
"mime_type": "audio/mp3",
"data": "iVBORw0KGgoAAAANSUhEUgAAAiEAAAIhCA... (base64)"
}
}
]
}
]
}curl --location -g --request POST 'https://api.key4u.shop/v1beta/models/gemini-2.5-pro:generateContent?key={{YOUR_API_KEY}}' \
--header 'x-goog-api-key: {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "Describe this audio clip"
},
{
"inline_data": {
"mime_type": "audio/mp3",
"data": "iVBORw0KGgoAAAANSUhEUgAAAiEAAAIhCA... (base64)"
}
}
]
}
]
}'{}