{ "contents": [ { "role": "user", "parts": [ { "inline_data": { "mime_type": "application/pdf", "data": "<BASE64_PDF_DATA>" } }, { "text": "Summarize this document" } ] } ] }
curl --location --request POST 'v1beta/models/gemini-3-flash-preview:generateContent' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "contents": [ { "role": "user", "parts": [ { "inline_data": { "mime_type": "application/pdf", "data": "<BASE64_PDF_DATA>" } }, { "text": "Summarize this document" } ] } ] }'
{}