Integrate ISRO API with Your Space Assistant
Learn how to integrate ISRO API with your AI agent to access Indian space mission data.
ISRO Integration Guide
This guide will walk you through integrating the ISRO API with your OpenAssistantGPT chatbot.
Overview
The Indian Space Research Organisation (ISRO) API provides detailed information about India's space missions, satellites, and spacecraft. The service offers comprehensive data about ISRO's launches, missions, and space technology developments. It features information about both historical and current space missions, satellite specifications, and launch vehicle details.
Integration Steps
1. Review API Documentation
First, visit the ISRO API documentation to understand the available endpoints and how they work.
2. Create Custom Action
In your OpenAssistantGPT dashboard:
- Go to the Actions Dashboard
- Click "Create New Action"
- Chose Get or Post
- Fill the action form with the following details:
Name: get_isro_data
Description: Get data using ISRO
URL: https://isro.vercel.app/?ref=public_apis&utm_medium=website
Parameters: This will depend on the API you are integrating. Parameters are query parameters passed in the URL.
3. Assign Action to Your Chatbot
- Go to your Chatbot Dashboard
- Select your chatbot
- Go to "Settings" > "Actions"
- Add the get_isro_data action to your chatbot
Using the Integration
Your chatbot can now handle science & math-related queries. Here are some example questions you can ask:
- Get details about the Chandrayaan missions
- Find information about ISRO's satellite launches
- Search for PSLV rocket specifications
The chatbot will automatically use the ISRO API to fetch and return the requested information.