๐งช Gemini API
Free
Send a prompt to Gemini โ session is handled automatically.
GET
POST
/api/chat
message
*
Hello, how are you?
instruction
(optional)
Request Body (JSON)
{ "message": "Hello, how are you?", "instruction": "Respond like a helpful assistant" }
๐ Execute
โ Clear
METHOD: โ
STATUS: โ
Awaiting request...
curl
-X GET
"/api/chat?message=Hello%2C%20how%20are%20you%3F&instruction=Respond%20like%20a%20helpful%20assistant"
Copy