USPTO · Capability

Ptab Trials

Ptab Trials is a Naftiko capability published by USPTO, one of 6 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

ptab-trials.yaml Raw ↑
name: uspto-ptab-trials
title: USPTO PTAB Trials
description: |
  Naftiko capability for searching PTAB trial proceedings, decisions, and documents (IPR, PGR, CBM,
  derivation, appeals, interferences) via the USPTO PTAB API v3 on the Open Data Portal.
api: uspto-gov:uspto-ptab-api
auth:
  type: api-key
  header: X-API-KEY
  envVar: USPTO_ODP_API_KEY
endpoints:
- searchPtabProceedings
- getPtabProceeding
- searchPtabDecisions
- getPtabDecision
- searchPtabDocuments
- getPtabDocument
- downloadPtabDocument
- searchPtabAppeals
- searchPtabInterferences