USPTO · Capability

Office Actions

Office Actions 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

office-actions.yaml Raw ↑
name: uspto-office-actions
title: USPTO Office Actions
description: |
  Naftiko capability for searching structured U.S. office-action data — text, citations, rejections,
  and machine-learning-enriched citations — via the USPTO ODP Office Action APIs.
api: uspto-gov:uspto-office-action-api
auth:
  type: api-key
  header: X-API-KEY
  envVar: USPTO_ODP_API_KEY
endpoints:
- searchOfficeActionText
- getOfficeActionText
- searchOfficeActionCitations
- getOfficeActionCitationFields
- searchOfficeActionRejections
- getOfficeActionRejectionFields
- searchEnrichedCitations
- getEnrichedCitationFields