ChatGPT Actions validation

SEC API for ChatGPT Actions

A demand test for teams that want ChatGPT to retrieve public SEC filing data through a GPT Action. The SEC API is live; a hosted custom GPT and direct Actions checkout are not launched yet.

GPT Actions preview
{
  "name": "SEC Event Intelligence GPT Action",
  "status": "validation-preview",
  "openapi": "https://api.data-apis.com/openapi.json",
  "actionUseCase": "Retrieve public SEC filing data from ChatGPT",
  "candidateOperations": [
    {
      "operationId": "getSecChanges",
      "endpoint": "GET /v1/sec/changes",
      "purpose": "Find recent public SEC filings by date, ticker, and form."
    },
    {
      "operationId": "getSecWatchlistChanges",
      "endpoint": "GET /v1/sec/watchlist/changes",
      "purpose": "Check a ticker watchlist from one GPT action call."
    },
    {
      "operationId": "searchSecCompanies",
      "endpoint": "GET /v1/sec/companies/search",
      "purpose": "Resolve a company name, ticker, or CIK before retrieval."
    }
  ],
  "notes": [
    "GPT Actions can import an OpenAPI schema.",
    "Authentication and gateway details must be validated before launch.",
    "This page measures demand before a hosted GPT or direct checkout exists."
  ]
}

Action-ready retrieval shape

This tests whether GPT builders want SEC filing retrieval through a narrow action schema before we create a hosted GPT, direct API key checkout, or custom Actions-specific OpenAPI document.

Validation gate

Build the Actions-specific delivery only after demand is visible. RapidAPI can validate paid API intent today, while an Actions launch would still need authentication and gateway testing.

Validation preview only. ChatGPT Actions are useful for data retrieval with REST APIs, but production launch still needs authentication, gateway, timeout, and privacy review. This page does not provide investment advice, trade actions, personalized recommendations, or a live GPT Store listing.