Integrate TIPO API with Your Smart Assistant
Learn how to integrate Taiwan's Intellectual Property Office API with your AI agent for Taiwan patent searches.
TIPO Integration Guide
This guide will walk you through integrating the TIPO API with your OpenAssistantGPT chatbot.
Overview
The Taiwan Intellectual Property Office (TIPO) API provides access to Taiwan's comprehensive patent database. The service offers detailed information about Taiwanese patents including bibliographic data, legal status updates, and technical specifications. It features search capabilities across utility patents, design patents, and plant patents filed in Taiwan. The API provides access to both English and Chinese patent documents, making it valuable for understanding intellectual property developments in the Taiwanese market.
Integration Steps
1. Review API Documentation
First, visit the TIPO 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_tipo_data
Description: Get data using TIPO
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_tipo_data action to your chatbot
Using the Integration
Your chatbot can now handle patent-related queries. Here are some example questions you can ask:
- Search for semiconductor patents filed in Taiwan
- Find Taiwanese patents by Company ABC
- Get English translations of Taiwan patent TW1234567
The chatbot will automatically use the TIPO API to fetch and return the requested information.