head-side-gearJarvis AI API

API of Gemini Flash generative AI assistant: tasks and queries

Jarvis AI Documentation

Jarvis is a helpful and informative AI assistant, trained by Google. It can generate text, translate languages, write different kinds of creative content, and answer your questions in a comprehensive and informative way. Think of it as your digital helper for information and creative tasks!

Base URL

https://santechapi.vercel.app

Authentication

headers : {
"token" : {YOUR API KEY}
}

Endpoint: /jarvis/chat/{:q}

Parameters:

  • {q}: Random input text from the user

HTTP Method: Get

Example request

GET /jarvis/chat/hello

The User can ask any random question and get reply from AI

Example Response

Error Handling

In case of an error, the API will respond with an appropriate HTTP status code and an error message in the response body.

Last updated

Was this helpful?