JarvisAI-API

FREEMIUM
Popularity

0.3 / 10

Latency

807ms

Service Level

100%

Health Check

N/A

README

What is JarvisAI-API (Rapid-API)?

It’s API to build a virtual assistant or chatbot for your project with just API calls.

What it can do?

EXAMPLES-

Example 1

Example 2

Example 3

Important Notes & About:

  1. The model can take up to 30-40 seconds to respond sometimes, patience is a virtue.
  2. The app usages various pre-trained models, and was trained on several different datasets. Anything it says should be fact-checked before being regarded as a true statement.
  3. Some params are still being tweaked (in the future, will have them as inputs) any feedback is welcome 😃

Objective:

  1. To make the app more useful for people who are new to the world of Artificial Intelligence.
  2. To make the app specifically for building Virtual-Assistant / Chatbot which can do the various tasks.

Inputs and Outputs-

   {
    	"jarvisai_api_token": "",
    	"text_to_predict": "hello",
    	"enable_google": true,
    	"enable_youtube": true
    }

Input(s): [jarvisai_api_token , text_to_predict, enable_google, enable_youtube]

  • jarvisai_api_token accepts the text input as type str
  • text_to_predict accepts the text input as type str
  • enable_google accepts the boolean as type bool
  • enable_youtube accepts the boolean as type bool

Output(s): [ JSON ]

  • JSON returns the JSON output as type Union[Dict, List]

Sample Output-

{
  "avg_durations": 0.48432374000549316,
  "data": [
    [
      {
        "google_results_links": [
          "https://www.youtube.com/watch?v=YQHsXMglC9A",
          "https://www.youtube.com/watch?v=LnET4RKXx5k",
          "https://en.wikipedia.org/wiki/Hello_(Adele_song)",
          "https://en.wikipedia.org/wiki/Hello_(Adele_song)",
          "https://en.wikipedia.org/wiki/Hello",
          "https://www.hellofresh.com/",
          "https://www.hellomagazine.com/us/",
          "https://www.hello-products.com/",
          "https://hello.com/",
          "https://www.hellohousing.org/",
          "https://www.facebook.com/hello/"
        ],
        "suggested_answer": {
          "answer": "Hello-Goodbye",
          "end": 85,
          "score": 0.06109808385372162,
          "start": 72
        },
        "weights_of_all_models": {
          "conversation": [
            "Hello World",
            0.38043084740638733
          ],
          "general_knowledge": [
            "Xiaoyuan",
            0.19105641543865204
          ],
          "neural_search_engine": [
            "Hello-Goodbye",
            0.5122244358062744
          ],
          "wikipedia_result": [
            "hell",
            0.0174710676074028
          ]
        },
        "youtube_results_title_and_links": [
          [
            "Adele - Hello",
            "https://www.youtube.com/watch?v=YQHsXMglC9A"
          ],
          [
            "Adele - Hello (Lyrics)",
            "https://www.youtube.com/watch?v=be12BC5pQLE"
          ],
          [
            "Pop Smoke - Hello (Audio) ft. A Boogie wit da Hoodie",
            "https://www.youtube.com/watch?v=fazMSCZg-mw"
          ],
          [
            "Say Hello To FNAF in Fortnite",
            "https://www.youtube.com/watch?v=e3syHmoHDjc"
          ],
          [
            "The Beatles - Hello, Goodbye",
            "https://www.youtube.com/watch?v=rblYSKz_VnI"
          ],
          [
            "Lionel Richie - Hello (Official Music Video)",
            "https://www.youtube.com/watch?v=mHONNcZbwDY"
          ],
          [
            "Martin Solveig & Dragonette - Hello (Official Short Video Version HD)",
            "https://www.youtube.com/watch?v=kK42LZqO0wA"
          ],
          [
            "Hello",
            "https://www.youtube.com/watch?v=aaIjs8K3oYo"
          ],
          [
            "Hello Song for Kids | Greeting Song for Kids | The Singing Walrus",
            "https://www.youtube.com/watch?v=gghDRJVxFxU"
          ],
          [
            "Hello Song | Songs For Kids | Dance Along | GoNoodle",
            "https://www.youtube.com/watch?v=CzO3aIe0Rps"
          ]
        ]
      }
    ]
  ],
  "durations": 0.48432374000549316,
  "flag_index": null
}
Followers: 2
Resources:
Product Website Terms of use
API Creator:
Rapid account: Dipesh Pal
Dipesh Pal
dipeshpal17
Log In to Rate API
Rating: 5 - Votes: 1