Ask patent questions. Get lawyer-level answers. Instantly.
A conversational AI agent that analyzes risk, eligibility, and freedom-to-operate, while guiding you to the right legal expertise in real time.
Get StartedDeveloper first
Get started in minutes with an API key
- Get a hold of infringement risks associated with your patent portfolio.
- Get a quick assesment of the subject matter eligibility of your claims.
- Screen product specs against large patent sets to de-risk launches.
- Monitor new filings that may impact market entry.
- Surface top practitioners suitable for your needs.
import requests
API_KEY = <MY-API-KEY-GOES-HERE>
req = {
"claim": "A method of controlling braking of a towed vehicle said method comprising: receiving a speed signal based on the speed of a towing vehicle, or a towed vehicle, or both said towing vehicle and said towed vehicle; receiving a pressure signal based on a brake system of the said towing vehicle.",
"court_or_agency": "cafc,cacd",
"judges": "Josephine L. Staton (cacd),Plager (cafc),Mayer (cafc)",
"from_date": "January 1, 2021",
"to_date": "August 1, 2021",
"model_name": "stk_alora",
}
resp = requests.post(
"https://api.stacksai.com/v1/101-eligibility/predict",
json=req,
headers={"X-API-KEY": API_KEY},
API_KEY = <MY-API-KEY-GOES-HERE>
req = {
"claim": "A method of controlling braking of a towed vehicle said method comprising: receiving a speed signal based on the speed of a towing vehicle, or a towed vehicle, or both said towing vehicle and said towed vehicle; receiving a pressure signal based on a brake system of the said towing vehicle.",
"court_or_agency": "cafc,cacd",
"judges": "Josephine L. Staton (cacd),Plager (cafc),Mayer (cafc)",
"from_date": "January 1, 2021",
"to_date": "August 1, 2021",
"model_name": "stk_alora",
}
resp = requests.post(
"https://api.stacksai.com/v1/101-eligibility/predict",
json=req,
headers={"X-API-KEY": API_KEY},
Get in touch with us
If you would like to learn more about our current solutions or future products, request a demo, inquire about our upcoming seed series funding, or have any other questions, please fill out the form below and we will get back to you quickly.
Email: support@stacksai.com
Phone: +1 (480) 213-4803