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.
{
"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.
/v1/sec/changesRetrieve recent public filings by date, ticker, form, or event type/v1/sec/watchlist/changesReturn grouped changes for several tickers in one response/v1/sec/companies/searchResolve issuer names, tickers, and CIKs from natural language prompts/v1/sec/forms/{accessionNo}/summaryFetch one normalized filing summary after a filing is found
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.
/validate/sec-event-intelligence/view?target=gpt-actionsCounts ChatGPT Actions page views as weak intent/validate/sec-event-intelligence/rapidapi?target=gpt-actionsCounts marketplace clicks as stronger paid-API intent/validate/sec-event-intelligence/demo?target=gpt-actionsCounts demo checks before subscription2+ rapidapi clicksTriggers existing-product optimization before any new backend