Integrate PatentsView API with Your Knowledge Assistant

Learn how to integrate PatentsView API with your AI agent to explore US patent trends and innovation patterns.


PatentsView Integration Guide

This guide will walk you through integrating the PatentsView API with your OpenAssistantGPT chatbot.

Overview

PatentsView is a visualization and analysis platform for US patent data, offering unique insights into the American innovation landscape. The service provides rich patent data including inventor information, assignee details, technology classifications, and geographical data. It features powerful analytical tools for identifying trends, patterns, and relationships in patent data, along with visualization capabilities. The API enables deep analysis of innovation networks, technology evolution, and regional innovation patterns across the United States.

Integration Steps

1. Review API Documentation

First, visit the PatentsView API documentation to understand the available endpoints and how they work.

2. Create Custom Action

In your OpenAssistantGPT dashboard:

  1. Go to the Actions Dashboard
  2. Click "Create New Action"
  3. Chose Get or Post
  4. Fill the action form with the following details:

Name: get_patentsview_data

Description: Get data using PatentsView

URL: https://patentsview.org/apis/purpose?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

  1. Go to your Chatbot Dashboard
  2. Select your chatbot
  3. Go to "Settings" > "Actions"
  4. Add the get_patentsview_data action to your chatbot

Using the Integration

Your chatbot can now handle patent-related queries. Here are some example questions you can ask:

  • Show me innovation trends in artificial intelligence patents
  • Find patents by inventors in Silicon Valley
  • Analyze patent citation networks in biotechnology

The chatbot will automatically use the PatentsView API to fetch and return the requested information.

Additional Resources