Generate answer
gemini.answer.generate
1 credit / request
Submit one prompt in a fresh Gemini consumer-web context and return the complete answer with available source citations.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"prompt":"In one short sentence, explain what photosynthesis does."},"capability":"gemini.answer.generate"}'
Sample response
{
"completed": true,
"finish_reason": "stop",
"grounded": false,
"model": "3.5 Flash-Lite",
"query": "In one short sentence, explain what photosynthesis does.",
"response": "Photosynthesis is the process by which plants convert sunlight, water, and carbon dioxide into oxygen and energy-rich glucose."
}
Input
| Field | Type | Required | Description |
|---|---|---|---|
prompt
| string | required |