{"components":{"schemas":{"AnyJSON":{"additionalProperties":true,"type":"object"},"Failure":{"properties":{"error":{"additionalProperties":true,"properties":{"code":{"type":"string"},"message":{"type":"string"},"status":{"type":"integer"}},"required":["code","message","status"],"type":"object"},"failure_reason":{"additionalProperties":true,"properties":{"code":{"type":"string"},"evidence":{"additionalProperties":true,"type":"object"},"message":{"type":"string"}},"required":["code","message","evidence"],"type":"object"},"schema":{"const":"sourcekeel.failure.v1"}},"required":["schema","error","failure_reason"],"type":"object"},"FeatureManifest":{"additionalProperties":true,"properties":{"backfill_status":{"enum":["pending","partial","complete"]},"features":{"additionalProperties":true,"type":"object"},"generated_at":{"type":"string"},"provider":{"const":"sourcekeel"},"schema":{"const":"sourcekeel.features.v1"}},"required":["schema","provider","generated_at","backfill_status","features"],"type":"object"},"MirrorManifest":{"additionalProperties":true,"properties":{"backfill_status":{"enum":["pending","partial","complete"]},"bulk_artifacts":{"additionalProperties":true,"type":"object"},"generated_at":{"type":"string"},"mirror_contract":{"additionalProperties":true,"type":"object"},"provider":{"const":"sourcekeel"},"schema":{"const":"sourcekeel.mirror_manifest.v1"}},"required":["schema","provider","generated_at","mirror_contract","bulk_artifacts"],"type":"object"},"ObjectReference":{"additionalProperties":true,"properties":{"byte_size":{"type":"integer"},"object_key":{"description":"File reference returned by SourceKeel, without /objects/.","type":"string"},"object_url":{"description":"Authenticated API path for the object, always /objects/{object_key}.","type":"string"},"sha256":{"type":"string"}},"required":["object_key","object_url"],"type":"object"},"PagedRows":{"additionalProperties":true,"properties":{"data":{"items":{"additionalProperties":true,"type":"object"},"type":"array"},"has_more":{"type":"boolean"},"next_cursor":{"type":"string"},"object":{"const":"list"},"schema":{"type":"string"},"url":{"type":"string"}},"required":["object","schema","data","has_more","next_cursor"],"type":"object"}},"securitySchemes":{"bearerAuth":{"bearerFormat":"sk_live_... or sk_demo_ampx_readonly_v1","description":"Use your sk_live_ key for the companies and usage included in your plan. The public sk_demo_ampx_readonly_v1 key lets you try read-only requests with AMPX.","scheme":"bearer","type":"http"}}},"info":{"description":"SEC/EDGAR API for company fundamentals, filings, disclosures, and source context.\n\nUse CIK for stable company identity. Tickers are supported as current aliases.\n\nStart with `/v1/companies/{cik_or_ticker}` or `/v1/filings/{accession}` and follow links/applicable_extractions to documents, source packages, sections, facts, schemas, and typed surfaces.\n\nCollection endpoints use the common list envelope with `data`, `has_more`, and `next_cursor`; individual materialized resources return complete responses.\n\nSend `Accept-Encoding: gzip` for large JSON responses. Fetch source bytes through returned `/objects/{object_key}` URLs.\n\nEvery response includes an `X-Request-Id` header for support and tracing. Failure envelopes repeat the same value as `request_id`.\n\nPublic AMPX demo: use `Authorization: Bearer sk_demo_ampx_readonly_v1` to try the GTM endpoints with AMPX examples. Use your own API key for other companies.","title":"SourceKeel API","version":"v1"},"openapi":"3.1.0","paths":{"/objects/{object_key}":{"get":{"description":"Authenticated object download for keys returned by the API. Bulk object keys require Mirror access.","operationId":"get_objects_object_key","parameters":[{"description":"File reference returned by a SourceKeel API response, without the /objects/ prefix.","example":"filings/accession/0001899287-26-000015/source_manifest.json","in":"path","name":"object_key","required":true,"schema":{"example":"filings/accession/0001899287-26-000015/source_manifest.json","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"note":"Object downloads return the exact JSON, text, HTML, or gzip bytes referenced by object_url/object_key fields.","schema":"sourcekeel.object.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/objects/{object_key}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/objects/{object_key}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/objects/{object_key}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/objects/{object_key}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/objects/{object_key}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/objects/{object_key}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/objects/{object_key}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/objects/{object_key}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/objects/{object_key}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/objects/{object_key}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/objects/{object_key}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Download object","tags":["objects"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"}}},"/v1/companies":{"get":{"description":"Returns the company manifest, or searches companies when q/limit is supplied.","operationId":"get_v1_companies","parameters":[{"description":"Optional filter.","in":"query","name":"q","required":false,"schema":{"type":"string"}},{"description":"Result cap for search/feed endpoints.","in":"query","name":"limit","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"data":[{"cik":"0001899287","name":"Amprius Technologies, Inc.","sic":"3690","sic_description":"Miscellaneous Electrical Machinery, Equipment \u0026 Supplies","source":"SEC EDGAR","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.company_index.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Company index or search","tags":["companies"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies"}}},"/v1/companies/lookup":{"get":{"description":"Resolve a CIK, ticker, or identifier to the canonical CIK-backed company record.","operationId":"get_v1_companies_lookup","parameters":[{"description":"Optional filter.","in":"query","name":"cik","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","example":"AMPX","in":"query","name":"ticker","required":false,"schema":{"example":"AMPX","type":"string"}},{"description":"CIK or ticker alias.","in":"query","name":"identifier","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"company":{"cik":"0001899287","name":"Amprius Technologies, Inc.","sic":"3690","sic_description":"Miscellaneous Electrical Machinery, Equipment \u0026 Supplies","source":"SEC EDGAR","ticker":"AMPX"},"links":{"company":"/v1/companies/0001899287","filings":"/v1/filings?cik=0001899287"},"query":"AMPX","schema":"sourcekeel.company_lookup.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/lookup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/lookup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/lookup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/lookup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/lookup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/lookup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/lookup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/lookup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/lookup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/lookup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/lookup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Resolve company","tags":["companies"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/lookup?ticker=AMPX"}}},"/v1/companies/{cik_or_ticker}":{"get":{"description":"Compact company identity, SIC/schema selection, coverage, links, and object pointers.","operationId":"get_v1_companies_cik_or_ticker","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"company":{"cik":"0001899287","name":"Amprius Technologies, Inc.","sic":"3690","sic_description":"Miscellaneous Electrical Machinery, Equipment \u0026 Supplies","source":"SEC EDGAR","ticker":"AMPX"},"coverage":{"documents":87,"facts":2214,"filings":87,"sections":"partial"},"links":{"capital_structure":"/v1/companies/0001899287/capital-structure","documents":"/v1/documents?cik=0001899287","earnings_comparisons":"/v1/companies/0001899287/earnings-comparisons","earnings_official_metrics":"/v1/companies/0001899287/earnings-official-metrics","earnings_release_metrics":"/v1/companies/0001899287/earnings-release-metrics","facts":"/v1/companies/0001899287/facts","filings":"/v1/filings?cik=0001899287","financials":"/v1/companies/0001899287/financials","securities":"/v1/companies/0001899287/securities"},"objects":{"capital_structure":"/objects/companies/cik/0001899287/capital_structure/current.json","facts_all":"/objects/companies/cik/0001899287/facts/all/latest.json","financials":"/objects/companies/cik/0001899287/financials/latest.json","profile":"/objects/companies/cik/0001899287/profile.json"},"schema":"sourcekeel.company_profile.v1","schema_selection":{"schema_id":"electrical_equipment.v1","sic_codes":["3690"],"status":"best_effort"}},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Company profile","tags":["companies"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX"}}},"/v1/companies/{cik_or_ticker}/amendment-diffs":{"get":{"description":"Source-backed formal amendments and ordinary subsequent filings that revise prior reported periods. Every record uses prior_accessions; relationship_type distinguishes legal amendments from ordinary revisions. Revised values become PIT-valid at the revising filing's acceptance time.","operationId":"get_v1_companies_cik_or_ticker_amendment_diffs","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"data":[{"accepted_at":"2026-05-20T20:00:00Z","accession":"0001045810-26-000011","affected_periods":[{"period_end":"2026-03-31"}],"change_types":["reported_value_change"],"form":"10-Q/A","object":"/objects/filings/accession/0001045810-26-000011/amendment_diff.json","prior_accessions":["0001045810-26-000010"],"relationship_type":"formal_amendment","reported_value_change_count":1,"schema":"sourcekeel.amendment_diff_index_row.v3"},{"accepted_at":"2026-04-08T20:26:37Z","accession":"0001144879-26-000030","affected_periods":[{"period_end":"2025-05-31"},{"period_end":"2025-11-30"}],"change_types":["reported_value_change","retrospective_restatement","reclassification"],"form":"10-Q","object":"/objects/filings/accession/0001144879-26-000030/amendment_diff.json","prior_accessions":["0001144879-25-000069","0001144879-26-000006","0001628280-25-017684"],"relationship_type":"subsequent_filing_revision","reported_value_change_count":1,"schema":"sourcekeel.amendment_diff_index_row.v3"}],"feature":"amendment_diffs","schema":"sourcekeel.amendment_diffs.v3"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Reported filing revisions","tags":["disclosures"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/amendment-diffs"}}},"/v1/companies/{cik_or_ticker}/capital-structure":{"get":{"description":"Current reported shares, accounting share averages, potential shares, and transparent share-count totals. Compact is the default; view=full preserves the same core fields and adds diagnostics under details. scope=historical returns the PIT observation ledger, and group_by=fiscal_quarter organizes those exact rows without changing them. Missing and disclosed-but-unquantified values remain explicit.","operationId":"get_v1_companies_cik_or_ticker_capital_structure","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}},{"description":"Response density: compact or full. Compact is the default when supported.","in":"query","name":"view","required":false,"schema":{"type":"string"}},{"description":"Data scope. Capital structure accepts current or historical.","in":"query","name":"scope","required":false,"schema":{"type":"string"}},{"description":"Presentation grouping. Historical capital structure accepts fiscal_quarter; observation attributes do not change.","in":"query","name":"group_by","required":false,"schema":{"type":"string"}},{"description":"Comma-separated qualified historical components, such as shares_outstanding.period_end, weighted_average_shares.basic, or potential_shares.options.","in":"query","name":"components","required":false,"schema":{"type":"string"}},{"description":"Four-digit fiscal year.","in":"query","name":"fiscal_year","required":false,"schema":{"type":"string"}},{"description":"Fiscal quarter Q1, Q2, Q3, or Q4.","in":"query","name":"fiscal_period","required":false,"schema":{"type":"string"}},{"description":"Point-in-time SEC availability cutoff as inclusive YYYY-MM-DD or RFC3339. Facts without valid accepted-at evidence are excluded.","in":"query","name":"as_of","required":false,"schema":{"type":"string"}},{"description":"Result cap for search/feed endpoints.","in":"query","name":"limit","required":false,"schema":{"type":"string"}},{"description":"Offset cursor returned as next_cursor.","in":"query","name":"cursor","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"company":{"cik":"0001899287","name":"Amprius Technologies, Inc.","sic":"3690","sic_description":"Miscellaneous Electrical Machinery, Equipment \u0026 Supplies","source":"SEC EDGAR","ticker":"AMPX"},"potential_shares":{"components":[{"component":"nonvested_awards","status":"reported","unit":"shares","value":2400000},{"component":"options","status":"reported","unit":"shares","value":1800000},{"component":"preferred_conversion","status":"known_unquantified","unit":"shares","value":null},{"component":"warrants","measurement_basis":"outstanding_warrants","status":"reported","unit":"shares","value":5000000},{"component":"convertible_debt","status":"known_unquantified","unit":"shares","value":null}],"coverage":{"reported_component_count":4,"required_component_count":5,"status":"partial"},"disclosed_total":{"component":"disclosed_total","status":"partial","unit":"shares","value":9200000}},"schema":"sourcekeel.capital_structure.v2","scope":"current","share_count_totals":{"current_plus_disclosed_potential":{"component":"current_plus_disclosed_potential","status":"partial","unit":"shares","value":71600000},"maximum_current_plus_potential":{"component":"maximum_current_plus_potential","status":"not_available","unit":"shares","value":null}},"shares_outstanding":{"cover_page":{"aggregation":"class_specific_sum","class_observations":[{"class_scope":{"type":"class_specific","value":"Class A Common Stock"},"status":"reported","unit":"shares","value":60000000},{"class_scope":{"type":"class_specific","value":"Class B Common Stock"},"status":"reported","unit":"shares","value":2400000}],"component":"cover_page","measurement_date":"2026-04-30","status":"reported","unit":"shares","value":62400000},"latest_reported":{"available_at":"2026-05-02T12:00:00Z","basis":"cover_page","component":"latest_reported","measurement_date":"2026-04-30","status":"reported","unit":"shares","value":62400000},"period_end":{"component":"period_end","measurement_date":"2026-03-31","status":"reported","unit":"shares","value":61000000}},"source":"SEC EDGAR","status":"success","view":"compact","weighted_average_shares":{"basic":{"component":"basic","period_end":"2026-03-31","status":"reported","unit":"shares","value":60100000},"diluted":{"component":"diluted","period_end":"2026-03-31","status":"reported","unit":"shares","value":61600000}}},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/capital-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/capital-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/capital-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/capital-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/capital-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/capital-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/capital-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/capital-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/capital-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/capital-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/capital-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Capital structure","tags":["financials"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/capital-structure"}}},"/v1/companies/{cik_or_ticker}/disclosure-extractions":{"get":{"description":"Structured disclosure extraction rows and field partitions.","operationId":"get_v1_companies_cik_or_ticker_disclosure_extractions","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Disclosure extractions","ticker":"AMPX"}],"failures":[],"feature":"disclosures","schema":"sourcekeel.disclosures.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Disclosure extractions","tags":["disclosures"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/disclosure-extractions"}}},"/v1/companies/{cik_or_ticker}/earnings-comparisons":{"get":{"description":"Complete paginated release-to-official comparison collection with circular-source rejection and source-backed Q4 derivations.","operationId":"get_v1_companies_cik_or_ticker_earnings_comparisons","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}},{"description":"Result cap for search/feed endpoints.","in":"query","name":"limit","required":false,"schema":{"type":"string"}},{"description":"Offset cursor returned as next_cursor.","in":"query","name":"cursor","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"collection":"earnings_comparisons","company":{"cik":"0001899287","name":"Amprius Technologies, Inc.","sic":"3690","sic_description":"Miscellaneous Electrical Machinery, Equipment \u0026 Supplies","source":"SEC EDGAR","ticker":"AMPX"},"completeness":{"has_more":false,"next_cursor":"","returned_count":1,"status":"complete_materialized_collection","total_count":1},"count":1,"cursor":"","data":[{"metric_key":"revenue","period":{"period_end":"2025-12-31","period_kind":"quarter"},"source_role":"official_q4_derived","unit":"USD","value":125000000}],"has_more":false,"limit":100,"matched_count":1,"next_cursor":"","object":"list","schema":"sourcekeel.earnings_comparison_list.v1","source":"SEC EDGAR"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-comparisons","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-comparisons","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-comparisons","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-comparisons","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-comparisons","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-comparisons","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-comparisons","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-comparisons","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-comparisons","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-comparisons","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-comparisons","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Earnings comparisons","tags":["financials"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/earnings-comparisons"}}},"/v1/companies/{cik_or_ticker}/earnings-official-metrics":{"get":{"description":"Complete paginated collection of independent official filing metrics used in earnings reconciliation, including qualified Q4 derivations.","operationId":"get_v1_companies_cik_or_ticker_earnings_official_metrics","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}},{"description":"Result cap for search/feed endpoints.","in":"query","name":"limit","required":false,"schema":{"type":"string"}},{"description":"Offset cursor returned as next_cursor.","in":"query","name":"cursor","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"collection":"earnings_official_metrics","company":{"cik":"0001899287","name":"Amprius Technologies, Inc.","sic":"3690","sic_description":"Miscellaneous Electrical Machinery, Equipment \u0026 Supplies","source":"SEC EDGAR","ticker":"AMPX"},"completeness":{"has_more":false,"next_cursor":"","returned_count":1,"status":"complete_materialized_collection","total_count":1},"count":1,"cursor":"","data":[{"metric_key":"revenue","period":{"period_end":"2025-12-31","period_kind":"quarter"},"source_role":"official_q4_derived","unit":"USD","value":125000000}],"has_more":false,"limit":100,"matched_count":1,"next_cursor":"","object":"list","schema":"sourcekeel.earnings_official_metric_list.v1","source":"SEC EDGAR"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-official-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-official-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-official-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-official-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-official-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-official-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-official-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-official-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-official-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-official-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-official-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Official earnings metrics","tags":["financials"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/earnings-official-metrics"}}},"/v1/companies/{cik_or_ticker}/earnings-release-metrics":{"get":{"description":"Complete paginated collection of SEC-filed earnings-release metrics extracted for the company.","operationId":"get_v1_companies_cik_or_ticker_earnings_release_metrics","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}},{"description":"Result cap for search/feed endpoints.","in":"query","name":"limit","required":false,"schema":{"type":"string"}},{"description":"Offset cursor returned as next_cursor.","in":"query","name":"cursor","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"collection":"earnings_release_metrics","company":{"cik":"0001899287","name":"Amprius Technologies, Inc.","sic":"3690","sic_description":"Miscellaneous Electrical Machinery, Equipment \u0026 Supplies","source":"SEC EDGAR","ticker":"AMPX"},"completeness":{"has_more":false,"next_cursor":"","returned_count":1,"status":"complete_materialized_collection","total_count":1},"count":1,"cursor":"","data":[{"metric_key":"revenue","period":{"period_end":"2025-12-31","period_kind":"quarter"},"source_role":"official_q4_derived","unit":"USD","value":125000000}],"has_more":false,"limit":100,"matched_count":1,"next_cursor":"","object":"list","schema":"sourcekeel.earnings_release_metric_list.v1","source":"SEC EDGAR"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-release-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-release-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-release-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-release-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-release-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-release-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-release-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-release-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-release-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-release-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/earnings-release-metrics","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Earnings release metrics","tags":["financials"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/earnings-release-metrics"}}},"/v1/companies/{cik_or_ticker}/events":{"get":{"description":"Item-classified filing event lens.","operationId":"get_v1_companies_cik_or_ticker_events","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Company events","ticker":"AMPX"}],"failures":[],"feature":"disclosures","schema":"sourcekeel.disclosures.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Company events","tags":["disclosures"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/events"}}},"/v1/companies/{cik_or_ticker}/facts":{"get":{"description":"Raw numeric SEC fact history. With no query parameters this returns the complete materialized object. Supplying a filter, limit, or cursor returns a bounded page while preserving every fact's filing and source provenance.","operationId":"get_v1_companies_cik_or_ticker_facts","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}},{"description":"Comma-separated exact canonical or raw XBRL tags.","example":"RevenueFromContractWithCustomerExcludingAssessedTax","in":"query","name":"tags","required":false,"schema":{"example":"RevenueFromContractWithCustomerExcludingAssessedTax","type":"string"}},{"description":"Comma-separated semantic metric keys. Financial projections and fact queries resolve these through the materialized company schema; unknown keys are returned explicitly as unavailable.","example":"revenue","in":"query","name":"metrics","required":false,"schema":{"example":"revenue","type":"string"}},{"description":"Comma-separated fiscal periods or period dates. Financial statement requests accept fiscal quarters (YYYYQ1–YYYYQ4) or period-end dates in compact or full view; metric projections require view=compact. Omit it for the latest four materialized quarters. Fact queries match exact period, period-start, period-end, or filing period-end values.","example":"2026-05-31","in":"query","name":"periods","required":false,"schema":{"example":"2026-05-31","type":"string"}},{"description":"Comma-separated SEC form filter.","example":"10-Q,10-K","in":"query","name":"forms","required":false,"schema":{"example":"10-Q,10-K","type":"string"}},{"description":"Comma-separated exact canonical or source units. A local unit such as USD also matches a qualified unit such as iso4217:USD.","example":"USD","in":"query","name":"units","required":false,"schema":{"example":"USD","type":"string"}},{"description":"Fact dimensionality: all, entity_total, or dimensional.","example":"entity_total","in":"query","name":"dimensional_status","required":false,"schema":{"example":"entity_total","type":"string"}},{"description":"Point-in-time SEC availability cutoff as inclusive YYYY-MM-DD or RFC3339. Facts without valid accepted-at evidence are excluded.","example":"2026-07-28","in":"query","name":"as_of","required":false,"schema":{"example":"2026-07-28","type":"string"}},{"description":"Result cap for search/feed endpoints.","in":"query","name":"limit","required":false,"schema":{"type":"string"}},{"description":"Offset cursor returned as next_cursor.","in":"query","name":"cursor","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","canonical_tag":"RevenueFromContractWithCustomerExcludingAssessedTax","form_type":"10-K","period_end":"2025-12-31","period_start":"2025-01-01","raw_tag":"us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax","unit":"USD","value":37140000}],"fact_scope":"all","schema":"sourcekeel.company_facts.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Company facts","tags":["facts"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/facts"}}},"/v1/companies/{cik_or_ticker}/facts/latest":{"get":{"description":"Latest raw numeric SEC facts. With no query parameters this returns the complete materialized object; query parameters return a bounded page.","operationId":"get_v1_companies_cik_or_ticker_facts_latest","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}},{"description":"Comma-separated exact canonical or raw XBRL tags.","example":"RevenueFromContractWithCustomerExcludingAssessedTax","in":"query","name":"tags","required":false,"schema":{"example":"RevenueFromContractWithCustomerExcludingAssessedTax","type":"string"}},{"description":"Comma-separated semantic metric keys. Financial projections and fact queries resolve these through the materialized company schema; unknown keys are returned explicitly as unavailable.","example":"revenue","in":"query","name":"metrics","required":false,"schema":{"example":"revenue","type":"string"}},{"description":"Comma-separated fiscal periods or period dates. Financial statement requests accept fiscal quarters (YYYYQ1–YYYYQ4) or period-end dates in compact or full view; metric projections require view=compact. Omit it for the latest four materialized quarters. Fact queries match exact period, period-start, period-end, or filing period-end values.","example":"2026-05-31","in":"query","name":"periods","required":false,"schema":{"example":"2026-05-31","type":"string"}},{"description":"Comma-separated SEC form filter.","example":"10-Q,10-K","in":"query","name":"forms","required":false,"schema":{"example":"10-Q,10-K","type":"string"}},{"description":"Comma-separated exact canonical or source units. A local unit such as USD also matches a qualified unit such as iso4217:USD.","example":"USD","in":"query","name":"units","required":false,"schema":{"example":"USD","type":"string"}},{"description":"Fact dimensionality: all, entity_total, or dimensional.","example":"entity_total","in":"query","name":"dimensional_status","required":false,"schema":{"example":"entity_total","type":"string"}},{"description":"Point-in-time SEC availability cutoff as inclusive YYYY-MM-DD or RFC3339. Facts without valid accepted-at evidence are excluded.","example":"2026-07-28","in":"query","name":"as_of","required":false,"schema":{"example":"2026-07-28","type":"string"}},{"description":"Result cap for search/feed endpoints.","in":"query","name":"limit","required":false,"schema":{"type":"string"}},{"description":"Offset cursor returned as next_cursor.","in":"query","name":"cursor","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","canonical_tag":"RevenueFromContractWithCustomerExcludingAssessedTax","form_type":"10-K","period_end":"2025-12-31","period_start":"2025-01-01","raw_tag":"us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax","unit":"USD","value":37140000}],"fact_scope":"all","schema":"sourcekeel.company_facts.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Latest company facts","tags":["facts"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/facts/latest"}}},"/v1/companies/{cik_or_ticker}/financials":{"get":{"description":"Full normalized financials by default. Set statement to return one coherent period-grouped statement with classified components, cash direction, reconciliation, and provenance; statement requests default to compact, while full adds diagnostics under details. Metric projections remain available with view=compact.","operationId":"get_v1_companies_cik_or_ticker_financials","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}},{"description":"Response density: compact or full. Compact is the default when supported.","example":"compact","in":"query","name":"view","required":false,"schema":{"example":"compact","type":"string"}},{"description":"Coherent financial statement: income_statement, balance_sheet, cash_flow_statement, or stockholders_equity. Statement requests default to compact; full adds diagnostics without changing the economic core.","example":"cash_flow_statement","in":"query","name":"statement","required":false,"schema":{"example":"cash_flow_statement","type":"string"}},{"description":"Comma-separated semantic metric keys. Financial projections and fact queries resolve these through the materialized company schema; unknown keys are returned explicitly as unavailable.","example":"revenue,net_income,gross_margin","in":"query","name":"metrics","required":false,"schema":{"example":"revenue,net_income,gross_margin","type":"string"}},{"description":"Comma-separated fiscal periods or period dates. Financial statement requests accept fiscal quarters (YYYYQ1–YYYYQ4) or period-end dates in compact or full view; metric projections require view=compact. Omit it for the latest four materialized quarters. Fact queries match exact period, period-start, period-end, or filing period-end values.","example":"2026Q1","in":"query","name":"periods","required":false,"schema":{"example":"2026Q1","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"company":{"cik":"0001315098","ticker":"RBLX"},"period_count":1,"periods":[{"groups":{"investment_activity":{"components":[{"cash_direction":"outflow","cash_effect":-33000000,"component":"property_and_equipment","value":33000000},{"cash_direction":"outflow","cash_effect":-2017000000,"component":"investment_purchases","value":2017000000},{"cash_direction":"inflow","cash_effect":1080000000,"component":"investment_maturities","value":1080000000},{"cash_direction":"inflow","cash_effect":293000000,"component":"investment_sales","value":293000000}],"metric":"investment_activity","reconciliation":{"component_sum":-675000000,"difference":0,"reported_total":-675000000,"status":"complete"},"reported_total":{"accepted_at":"2026-04-30T20:15:04Z","accession":"0001628280-26-028904","cash_direction":"outflow","source_tag":"us-gaap:NetCashProvidedByUsedInInvestingActivities","unit":"USD","value":-675000000},"status":"success"}},"period":{"fiscal_period":"Q1","fiscal_year":2026,"period_end":"2026-03-31"},"period_end":"2026-03-31","status":"partial"}],"schema":"sourcekeel.financial_statements.v2","statement":"cash_flow_statement","view":"compact"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Company financials","tags":["financials"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/financials"}}},"/v1/companies/{cik_or_ticker}/float":{"get":{"description":"DEI public float and shares outstanding facts.","operationId":"get_v1_companies_cik_or_ticker_float","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Public float and shares","ticker":"AMPX"}],"failures":[],"feature":"facts","schema":"sourcekeel.facts.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Public float and shares","tags":["facts"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/float"}}},"/v1/companies/{cik_or_ticker}/insider-rollup":{"get":{"description":"Issuer-level insider transaction rollup.","operationId":"get_v1_companies_cik_or_ticker_insider_rollup","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Insider rollup","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-rollup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-rollup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-rollup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-rollup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-rollup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-rollup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-rollup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-rollup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-rollup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-rollup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-rollup","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Insider rollup","tags":["ownership"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/insider-rollup"}}},"/v1/companies/{cik_or_ticker}/offerings":{"get":{"description":"Offering metadata lens over registration/prospectus-related filings.","operationId":"get_v1_companies_cik_or_ticker_offerings","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Offerings","ticker":"AMPX"}],"failures":[],"feature":"offerings","schema":"sourcekeel.offerings.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Offerings","tags":["offerings"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/offerings"}}},"/v1/companies/{cik_or_ticker}/officer-changes":{"get":{"description":"8-K Item 5.02 officer/director changes plus an as-of current roster composed from typed Item 5.02 and Form 3/4 role evidence, with confidence and source-history boundaries.","operationId":"get_v1_companies_cik_or_ticker_officer_changes","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Officer changes","ticker":"AMPX"}],"failures":[],"feature":"disclosures","schema":"sourcekeel.disclosures.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Officer changes","tags":["disclosures"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/officer-changes"}}},"/v1/companies/{cik_or_ticker}/private-offerings":{"get":{"description":"Structured Form D private offering rows.","operationId":"get_v1_companies_cik_or_ticker_private_offerings","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Private offerings","ticker":"AMPX"}],"failures":[],"feature":"offerings","schema":"sourcekeel.offerings.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Private offerings","tags":["offerings"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/private-offerings"}}},"/v1/companies/{cik_or_ticker}/proposed-sales":{"get":{"description":"Structured Form 144 proposed sale rows.","operationId":"get_v1_companies_cik_or_ticker_proposed_sales","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Proposed sales","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Proposed sales","tags":["ownership"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/proposed-sales"}}},"/v1/companies/{cik_or_ticker}/proxy-filings":{"get":{"description":"Proxy and information statement filing lens.","operationId":"get_v1_companies_cik_or_ticker_proxy_filings","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Proxy filings","ticker":"AMPX"}],"failures":[],"feature":"governance","schema":"sourcekeel.governance.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Proxy filings","tags":["governance"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/proxy-filings"}}},"/v1/companies/{cik_or_ticker}/proxy-governance":{"get":{"description":"Proxy governance table inventory, source excerpts, and conservative normalized rows for recognized table layouts.","operationId":"get_v1_companies_cik_or_ticker_proxy_governance","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Proxy governance","ticker":"AMPX"}],"failures":[],"feature":"governance","schema":"sourcekeel.governance.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Proxy governance","tags":["governance"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/proxy-governance"}}},"/v1/companies/{cik_or_ticker}/public-offering-history":{"get":{"description":"Company-level public-offering chain history and structure rows.","operationId":"get_v1_companies_cik_or_ticker_public_offering_history","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Public offering history","ticker":"AMPX"}],"failures":[],"feature":"offerings","schema":"sourcekeel.offerings.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/public-offering-history","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/public-offering-history","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/public-offering-history","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/public-offering-history","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/public-offering-history","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/public-offering-history","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/public-offering-history","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/public-offering-history","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/public-offering-history","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/public-offering-history","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/public-offering-history","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Public offering history","tags":["offerings"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/public-offering-history"}}},"/v1/companies/{cik_or_ticker}/revenue-segments/latest":{"get":{"description":"Up to the latest four materialized revenue-segment periods, including reconciliation and derived-quarter input lineage where available.","operationId":"get_v1_companies_cik_or_ticker_revenue_segments_latest","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"dimension":"business","period_end":"2025-12-31","reconciles_to_total":true,"segment_name":"Battery products","segment_revenue":37140000,"share_pct":1,"source":{"accession":"0001899287-26-000015","tag":"RevenueFromContractWithCustomerExcludingAssessedTax"},"source_measure":"{http://fasb.org/us-gaap/2025}RevenueFromContractWithCustomerExcludingAssessedTax","source_unit":"iso4217:USD","total_revenue":37140000}],"schema":"sourcekeel.revenue_segments.v2"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Latest revenue segments","tags":["facts"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/revenue-segments/latest"}}},"/v1/companies/{cik_or_ticker}/schema":{"get":{"description":"SIC/sector-selected company schema output with mapped, missing, consumed, and unmapped facts.","operationId":"get_v1_companies_cik_or_ticker_schema","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}},{"description":"Optional filter.","in":"query","name":"include_unmapped_values","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"include_candidate_matches","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"unmapped_values_limit","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","mapped_fields":{"revenue":{"confidence":"high","tag":"RevenueFromContractWithCustomerExcludingAssessedTax"}},"missing_fields":["backlog"],"schema":"sourcekeel.company_schema_output.v1","schema_id":"electrical_equipment.v1","sic_codes":["3690"],"unmapped_fact_count":128},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Company schema","tags":["schemas"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/schema"}}},"/v1/companies/{cik_or_ticker}/sections":{"get":{"description":"Company-level section extraction index.","operationId":"get_v1_companies_cik_or_ticker_sections","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"accession":"0001899287-26-000015","schema":"sourcekeel.sections_index.v1","sections":[{"endpoint":"/v1/filings/0001899287-26-000015/sections/item7","extraction_status":"success","item_code":"item7","section_group":"mda","word_count":3520}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Company sections","tags":["sections"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/sections"}}},"/v1/companies/{cik_or_ticker}/securities":{"get":{"description":"Latest cover-page securities table for the company, extracted from persisted SEC filing documents with row-level evidence.","operationId":"get_v1_companies_cik_or_ticker_securities","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","schema":"sourcekeel.company_securities.v1","securities":[{"active":true,"cik":"0001899287","company_name":"Amprius Technologies, Inc.","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","source":"cover_page"},"exchange":"NYSE","lifecycle_status":"active","security_title":"Common Stock","security_title_normalized":"common_stock","ticker":"AMPX"}],"source":{"accession":"0001899287-26-000015","document":"ampx-20251231.htm"}},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Company securities","tags":["companies"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/securities"}}},"/v1/companies/{cik_or_ticker}/security-lifecycle":{"get":{"description":"SEC-filing-backed listing, delisting, deregistration, active-state, and lifecycle event evidence.","operationId":"get_v1_companies_cik_or_ticker_security_lifecycle","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","events":[{"accession":"0001193125-22-248156","confidence":"high","date":"2022-09-15","event_type":"listing_registration","form_type":"8-A12B"}],"evidence":{"active_status_rule":"latest cover-page listed common stock with no later Form 25/15 deregistration event"},"schema":"sourcekeel.security_lifecycle.v1","status":"active"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/security-lifecycle","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/security-lifecycle","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/security-lifecycle","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/security-lifecycle","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/security-lifecycle","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/security-lifecycle","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/security-lifecycle","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/security-lifecycle","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/security-lifecycle","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/security-lifecycle","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/security-lifecycle","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Security lifecycle","tags":["companies"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/security-lifecycle"}}},"/v1/companies/{cik_or_ticker}/source-packages":{"get":{"description":"Filing source package manifests for the company.","operationId":"get_v1_companies_cik_or_ticker_source_packages","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"accession":"0001899287-26-000015","archive_index":{"object_url":"/objects/filings/accession/0001899287-26-000015/archive_index.json"},"cik":"0001899287","form_type":"10-K","inline_xbrl":{"available":true},"schema":"sourcekeel.source_package.v1","source_documents":[{"document_kind":"primary","object_url":"/objects/filings/accession/0001899287-26-000015/primary_document.html"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Company source packages","tags":["documents"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/source-packages"}}},"/v1/companies/{cik_or_ticker}/subsidiaries":{"get":{"description":"Best-effort Exhibit 21 subsidiary rows.","operationId":"get_v1_companies_cik_or_ticker_subsidiaries","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","example":"AMPX","in":"path","name":"cik_or_ticker","required":true,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Subsidiaries","ticker":"AMPX"}],"failures":[],"feature":"disclosures","schema":"sourcekeel.disclosures.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Subsidiaries","tags":["disclosures"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/companies/AMPX/subsidiaries"}}},"/v1/coverage":{"get":{"description":"Cheap, uncounted latest-snapshot availability check for a company and optional feature. Availability is not evidence that an SEC event or field is absent.","operationId":"get_v1_coverage","parameters":[{"description":"CIK or ticker alias.","in":"query","name":"identifier","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"cik","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","example":"AMPX","in":"query","name":"ticker","required":false,"schema":{"example":"AMPX","type":"string"}},{"description":"Optional filter.","in":"query","name":"feature","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"period","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Coverage pre-flight","ticker":"AMPX"}],"failures":[],"feature":"runtime","schema":"sourcekeel.runtime.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/coverage","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/coverage","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/coverage","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/coverage","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/coverage","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/coverage","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/coverage","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/coverage","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/coverage","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/coverage","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/coverage","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Coverage pre-flight","tags":["runtime"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/coverage?ticker=AMPX"}}},"/v1/documents":{"get":{"description":"Company document search by CIK/ticker and optional date window.","operationId":"get_v1_documents","parameters":[{"description":"Optional filter.","in":"query","name":"cik","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","example":"AMPX","in":"query","name":"ticker","required":false,"schema":{"example":"AMPX","type":"string"}},{"description":"CIK or ticker alias.","in":"query","name":"identifier","required":false,"schema":{"type":"string"}},{"description":"Minimum filing, accepted, or seen timestamp/date.","in":"query","name":"since","required":false,"schema":{"type":"string"}},{"description":"Result cap for search/feed endpoints.","in":"query","name":"limit","required":false,"schema":{"type":"string"}},{"description":"Offset cursor returned as next_cursor.","in":"query","name":"cursor","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"accession":"0001899287-26-000015","documents":[{"content_type":"text/html","document_kind":"primary","document_name":"ampx-20251231.htm","object_key":"sec/documents/1899287/000189928726000015/ampx-20251231.htm","object_url":"/objects/sec/documents/1899287/000189928726000015/ampx-20251231.htm"}],"schema":"sourcekeel.documents.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Search documents","tags":["documents"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/documents?ticker=AMPX"}}},"/v1/feed/filings":{"get":{"description":"Poll newly available filings since a timestamp.","operationId":"get_v1_feed_filings","parameters":[{"description":"Minimum filing, accepted, or seen timestamp/date.","example":"2020-01-01","in":"query","name":"since","required":false,"schema":{"example":"2020-01-01","type":"string"}},{"description":"Comma-separated SEC form filter.","in":"query","name":"forms","required":false,"schema":{"type":"string"}},{"description":"Comma-separated 8-K item filter.","in":"query","name":"items","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"grain","required":false,"schema":{"type":"string"}},{"description":"Result cap for search/feed endpoints.","in":"query","name":"limit","required":false,"schema":{"type":"string"}},{"description":"Offset cursor returned as next_cursor.","in":"query","name":"cursor","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Filing feed","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.feeds_list.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing feed","tags":["feeds"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/feed/filings?since=2020-01-01"}}},"/v1/filings":{"get":{"description":"Global filing search by company, form, date, accepted timestamp, and cursor.","operationId":"get_v1_filings","parameters":[{"description":"Optional filter.","in":"query","name":"cik","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","example":"AMPX","in":"query","name":"ticker","required":false,"schema":{"example":"AMPX","type":"string"}},{"description":"CIK or ticker alias.","in":"query","name":"identifier","required":false,"schema":{"type":"string"}},{"description":"Comma-separated SEC form filter.","in":"query","name":"forms","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"start","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"end","required":false,"schema":{"type":"string"}},{"description":"Minimum filing, accepted, or seen timestamp/date.","in":"query","name":"since","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"filed_after","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"accepted_after","required":false,"schema":{"type":"string"}},{"description":"Result cap for search/feed endpoints.","in":"query","name":"limit","required":false,"schema":{"type":"string"}},{"description":"Offset cursor returned as next_cursor.","in":"query","name":"cursor","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"completeness":{"absence_status":"not_applicable","indexed_through":"2026-04-01T16:30:00Z","page_status":"complete","scope":"available_index_snapshot","status":"complete_within_available_index"},"data":[{"accepted_at":"2026-03-06T21:21:25Z","accession":"0001899287-26-000015","cik":"0001899287","filed_date":"2026-03-06","form_type":"10-K","period_end":"2025-12-31","primary_document":"ampx-20251231.htm","ticker":"AMPX"}],"has_more":false,"next_cursor":"","object":"list","schema":"sourcekeel.filings.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Search filings","tags":["filings"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings?ticker=AMPX"}}},"/v1/filings/{accession}":{"get":{"description":"Single filing metadata and applicable extraction/source surface manifest.","operationId":"get_v1_filings_accession","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000015","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000015","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"accepted_at":"2026-03-06T21:21:25Z","accession":"0001899287-26-000015","accounting_quality":{"completeness":{"absence_status":"not_applicable","scope":"primary_document_inline_xbrl","status":"complete_within_primary_document"},"flags":{"amendment":{"absence_status":"not_applicable","status":"negative","tag":"dei:AmendmentFlag","value":false},"financial_statement_error_correction":{"absence_status":"not_applicable","status":"negative","tag":"dei:DocumentFinStmtErrorCorrectionFlag","value":false}},"schema":"sourcekeel.accounting_quality_evidence.v1","status":"success"},"applicable_extractions":[{"endpoint":"/v1/filings/0001899287-26-000015/documents","status":"available","surface":"documents"},{"endpoint":"/v1/filings/0001899287-26-000015/facts","status":"available","surface":"facts"}],"cik":"0001899287","filed_date":"2026-03-06","form_type":"10-K","period_end":"2025-12-31","primary_document":"ampx-20251231.htm","schema":"sourcekeel.filing.v1","ticker":"AMPX"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing metadata","tags":["filings"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000015"}}},"/v1/filings/{accession}/cover-securities":{"get":{"description":"Cover-page securities rows extracted from one filing, including title, symbol, exchange, section, and evidence.","operationId":"get_v1_filings_accession_cover_securities","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000015","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000015","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","schema":"sourcekeel.company_securities.v1","securities":[{"active":true,"cik":"0001899287","company_name":"Amprius Technologies, Inc.","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","source":"cover_page"},"exchange":"NYSE","lifecycle_status":"active","security_title":"Common Stock","security_title_normalized":"common_stock","ticker":"AMPX"}],"source":{"accession":"0001899287-26-000015","document":"ampx-20251231.htm"}},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing cover securities","tags":["companies"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000015/cover-securities"}}},"/v1/filings/{accession}/documents":{"get":{"description":"Document index for one accession.","operationId":"get_v1_filings_accession_documents","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000015","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000015","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"accession":"0001899287-26-000015","documents":[{"content_type":"text/html","document_kind":"primary","document_name":"ampx-20251231.htm","object_key":"sec/documents/1899287/000189928726000015/ampx-20251231.htm","object_url":"/objects/sec/documents/1899287/000189928726000015/ampx-20251231.htm"}],"schema":"sourcekeel.documents.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing documents","tags":["documents"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000015/documents"}}},"/v1/filings/{accession}/events":{"get":{"description":"Item event lens for one filing.","operationId":"get_v1_filings_accession_events","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000015","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000015","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Filing events","ticker":"AMPX"}],"failures":[],"feature":"disclosures","schema":"sourcekeel.disclosures.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing events","tags":["disclosures"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000015/events"}}},"/v1/filings/{accession}/extractions":{"get":{"description":"Disclosure extraction index for one accession.","operationId":"get_v1_filings_accession_extractions","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000053","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000053","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Filing extraction index","ticker":"AMPX"}],"failures":[],"feature":"disclosures","schema":"sourcekeel.disclosures.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing extraction index","tags":["disclosures"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000053/extractions"}}},"/v1/filings/{accession}/facts":{"get":{"description":"All raw numeric SEC facts for one filing.","operationId":"get_v1_filings_accession_facts","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000015","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000015","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","canonical_tag":"RevenueFromContractWithCustomerExcludingAssessedTax","form_type":"10-K","period_end":"2025-12-31","period_start":"2025-01-01","raw_tag":"us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax","unit":"USD","value":37140000}],"fact_scope":"all","schema":"sourcekeel.company_facts.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing facts","tags":["facts"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000015/facts"}}},"/v1/filings/{accession}/float":{"get":{"description":"DEI public float and shares outstanding rows for one filing.","operationId":"get_v1_filings_accession_float","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000015","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000015","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Filing float","ticker":"AMPX"}],"failures":[],"feature":"facts","schema":"sourcekeel.facts.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing float","tags":["facts"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000015/float"}}},"/v1/filings/{accession}/offering":{"get":{"description":"Form D offering extraction for one filing.","operationId":"get_v1_filings_accession_offering","parameters":[{"description":"SEC accession number with dashes.","example":"0001209191-22-052823","in":"path","name":"accession","required":true,"schema":{"example":"0001209191-22-052823","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Filing private offering","ticker":"AMPX"}],"failures":[],"feature":"offerings","schema":"sourcekeel.offerings.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offering","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offering","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offering","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offering","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offering","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offering","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offering","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offering","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offering","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offering","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offering","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing private offering","tags":["offerings"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001209191-22-052823/offering"}}},"/v1/filings/{accession}/offerings":{"get":{"description":"Offering lens for one filing.","operationId":"get_v1_filings_accession_offerings","parameters":[{"description":"SEC accession number with dashes.","example":"0001193125-24-273551","in":"path","name":"accession","required":true,"schema":{"example":"0001193125-24-273551","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Filing offering lens","ticker":"AMPX"}],"failures":[],"feature":"offerings","schema":"sourcekeel.offerings.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing offering lens","tags":["offerings"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001193125-24-273551/offerings"}}},"/v1/filings/{accession}/officer-changes":{"get":{"description":"Officer change lens enriched from the filing's Item 5.02 disclosure extraction.","operationId":"get_v1_filings_accession_officer_changes","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-25-000048","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-25-000048","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Filing officer changes","ticker":"AMPX"}],"failures":[],"feature":"disclosures","schema":"sourcekeel.disclosures.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing officer changes","tags":["disclosures"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-25-000048/officer-changes"}}},"/v1/filings/{accession}/proposed-sales":{"get":{"description":"Form 144 proposed sale rows for one filing.","operationId":"get_v1_filings_accession_proposed_sales","parameters":[{"description":"SEC accession number with dashes.","example":"0001949846-26-000360","in":"path","name":"accession","required":true,"schema":{"example":"0001949846-26-000360","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Filing proposed sales","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing proposed sales","tags":["ownership"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001949846-26-000360/proposed-sales"}}},"/v1/filings/{accession}/proxy":{"get":{"description":"Proxy filing lens for one filing.","operationId":"get_v1_filings_accession_proxy","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000026","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000026","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Filing proxy lens","ticker":"AMPX"}],"failures":[],"feature":"governance","schema":"sourcekeel.governance.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing proxy lens","tags":["governance"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000026/proxy"}}},"/v1/filings/{accession}/proxy-governance":{"get":{"description":"Proxy governance table candidates and recognized normalized rows for one filing.","operationId":"get_v1_filings_accession_proxy_governance","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000026","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000026","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Filing proxy governance","ticker":"AMPX"}],"failures":[],"feature":"governance","schema":"sourcekeel.governance.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing proxy governance","tags":["governance"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000026/proxy-governance"}}},"/v1/filings/{accession}/public-offering-structure":{"get":{"description":"Source-backed public offering structure object for one registration/prospectus filing.","operationId":"get_v1_filings_accession_public_offering_structure","parameters":[{"description":"SEC accession number with dashes.","example":"0001193125-24-273551","in":"path","name":"accession","required":true,"schema":{"example":"0001193125-24-273551","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Filing public offering structure","ticker":"AMPX"}],"failures":[],"feature":"offerings","schema":"sourcekeel.offerings.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing public offering structure","tags":["offerings"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001193125-24-273551/public-offering-structure"}}},"/v1/filings/{accession}/revenue-segments":{"get":{"description":"Revenue segment convenience rows for one filing.","operationId":"get_v1_filings_accession_revenue_segments","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000015","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000015","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"dimension":"business","period_end":"2025-12-31","reconciles_to_total":true,"segment_name":"Battery products","segment_revenue":37140000,"share_pct":1,"source":{"accession":"0001899287-26-000015","tag":"RevenueFromContractWithCustomerExcludingAssessedTax"},"source_measure":"{http://fasb.org/us-gaap/2025}RevenueFromContractWithCustomerExcludingAssessedTax","source_unit":"iso4217:USD","total_revenue":37140000}],"schema":"sourcekeel.revenue_segments.v2"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing revenue segments","tags":["facts"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000015/revenue-segments"}}},"/v1/filings/{accession}/sections":{"get":{"description":"Section index for one filing.","operationId":"get_v1_filings_accession_sections","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000015","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000015","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"accession":"0001899287-26-000015","schema":"sourcekeel.sections_index.v1","sections":[{"endpoint":"/v1/filings/0001899287-26-000015/sections/item7","extraction_status":"success","item_code":"item7","section_group":"mda","word_count":3520}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing section index","tags":["sections"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000015/sections"}}},"/v1/filings/{accession}/sections/{item}":{"get":{"description":"Extracted section text and evidence for one filing item.","operationId":"get_v1_filings_accession_sections_item","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000015","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000015","type":"string"}},{"description":"Filing item code such as item1, item7, item8, part1item1, part1item2, or 5.02.","example":"item7","in":"path","name":"item","required":true,"schema":{"example":"item7","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"accession":"0001899287-26-000015","evidence":{"boundary_confidence":"high","source_document":"/objects/filings/accession/0001899287-26-000015/primary_document.html","start_selector":"ix:nonNumeric[name='dei:DocumentPeriodEndDate']"},"extraction_status":"success","item_code":"item7","raw_text":"Management's Discussion and Analysis...","schema":"sourcekeel.section.v1","section_group":"mda","word_count":3520},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing section text","tags":["sections"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000015/sections/item7"}}},"/v1/filings/{accession}/sections/{item}/schema":{"get":{"description":"Schema-applied disclosure extraction for a filing item.","operationId":"get_v1_filings_accession_sections_item_schema","parameters":[{"description":"SEC accession number with dashes.","example":"0001193125-22-152536","in":"path","name":"accession","required":true,"schema":{"example":"0001193125-22-152536","type":"string"}},{"description":"Filing item code such as item1, item7, item8, part1item1, part1item2, or 5.02.","example":"item7","in":"path","name":"item","required":true,"schema":{"example":"item7","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"accession":"0001899287-26-000015","evidence":{"boundary_confidence":"high","source_document":"/objects/filings/accession/0001899287-26-000015/primary_document.html","start_selector":"ix:nonNumeric[name='dei:DocumentPeriodEndDate']"},"extraction_status":"success","item_code":"item7","raw_text":"Management's Discussion and Analysis...","schema":"sourcekeel.section.v1","section_group":"mda","word_count":3520},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/sections/{item}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Section schema extraction","tags":["disclosures"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001193125-22-152536/sections/item7/schema"}}},"/v1/filings/{accession}/source-package":{"get":{"description":"Source package manifest for one accession.","operationId":"get_v1_filings_accession_source_package","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000015","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000015","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"accession":"0001899287-26-000015","archive_index":{"object_url":"/objects/filings/accession/0001899287-26-000015/archive_index.json"},"cik":"0001899287","form_type":"10-K","inline_xbrl":{"available":true},"schema":"sourcekeel.source_package.v1","source_documents":[{"document_kind":"primary","object_url":"/objects/filings/accession/0001899287-26-000015/primary_document.html"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Source package","tags":["documents"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000015/source-package"}}},"/v1/filings/{accession}/subsidiaries":{"get":{"description":"Subsidiary rows for one filing.","operationId":"get_v1_filings_accession_subsidiaries","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000015","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000015","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"accession":"0001899287-26-000015","form_type":"10-K","object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json"},"extraction_status":"success","filed_date":"2026-03-06","form_type":"10-K","surface":"Filing subsidiaries","ticker":"AMPX"}],"failures":[],"feature":"disclosures","schema":"sourcekeel.disclosures.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing subsidiaries","tags":["disclosures"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000015/subsidiaries"}}},"/v1/filings/{accession}/timeliness":{"get":{"description":"Source-backed periodic filing deadline, filer class, calendar adjustment, extension linkage, and timeliness result.","operationId":"get_v1_filings_accession_timeliness","parameters":[{"description":"SEC accession number with dashes.","example":"0001899287-26-000015","in":"path","name":"accession","required":true,"schema":{"example":"0001899287-26-000015","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"accepted_at":"2026-03-06T21:21:25Z","accession":"0001899287-26-000015","accounting_quality":{"completeness":{"absence_status":"not_applicable","scope":"primary_document_inline_xbrl","status":"complete_within_primary_document"},"flags":{"amendment":{"absence_status":"not_applicable","status":"negative","tag":"dei:AmendmentFlag","value":false},"financial_statement_error_correction":{"absence_status":"not_applicable","status":"negative","tag":"dei:DocumentFinStmtErrorCorrectionFlag","value":false}},"schema":"sourcekeel.accounting_quality_evidence.v1","status":"success"},"applicable_extractions":[{"endpoint":"/v1/filings/0001899287-26-000015/documents","status":"available","surface":"documents"},{"endpoint":"/v1/filings/0001899287-26-000015/facts","status":"available","surface":"facts"}],"cik":"0001899287","filed_date":"2026-03-06","form_type":"10-K","period_end":"2025-12-31","primary_document":"ampx-20251231.htm","schema":"sourcekeel.filing.v1","ticker":"AMPX"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/timeliness","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/timeliness","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/timeliness","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/timeliness","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/timeliness","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/timeliness","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/timeliness","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/timeliness","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/timeliness","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/timeliness","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/timeliness","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Filing timeliness","tags":["filings"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/filings/0001899287-26-000015/timeliness"}}},"/v1/identifiers/resolve":{"get":{"description":"Resolve a ticker or CIK through the same CIK-first identity map.","operationId":"get_v1_identifiers_resolve","parameters":[{"description":"CIK or ticker alias.","example":"AMPX","in":"query","name":"identifier","required":false,"schema":{"example":"AMPX","type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"company":{"cik":"0001899287","name":"Amprius Technologies, Inc.","sic":"3690","sic_description":"Miscellaneous Electrical Machinery, Equipment \u0026 Supplies","source":"SEC EDGAR","ticker":"AMPX"},"links":{"company":"/v1/companies/0001899287","filings":"/v1/filings?cik=0001899287"},"query":"AMPX","schema":"sourcekeel.company_lookup.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"304":{"description":"Not modified; cached representation remains current","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/identifiers/resolve","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/identifiers/resolve","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"402":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/identifiers/resolve","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Billing capacity failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/identifiers/resolve","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/identifiers/resolve","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/identifiers/resolve","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"422":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/identifiers/resolve","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Valid request that does not apply to the selected resource","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/identifiers/resolve","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/identifiers/resolve","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"502":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/identifiers/resolve","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Upstream service failure","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}},"503":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested data is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/identifiers/resolve","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested data is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Requested representation is temporarily unavailable","headers":{"X-Request-Id":{"description":"Stable identifier for this request; include it when contacting support.","schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}],"summary":"Resolve identifier","tags":["companies"],"x-sourcekeel-demo-request":{"api_key":"sk_demo_ampx_readonly_v1","expected_status":200,"method":"GET","path":"/v1/identifiers/resolve?identifier=AMPX"}}}},"servers":[{"url":"https://api.sourcekeel.com"}],"tags":[{"description":"Coverage pre-flight","name":"runtime","x-tag-expanded":false},{"description":"CIK-first company identity and company objects","name":"companies","x-tag-expanded":true},{"description":"Filing discovery and accession metadata","name":"filings","x-tag-expanded":true},{"description":"Primary, exhibit, source package, and object links","name":"documents","x-tag-expanded":false},{"description":"Filing section extraction outputs","name":"sections","x-tag-expanded":false},{"description":"Source-backed normalized company financial statement views","name":"financials","x-tag-expanded":true},{"description":"Raw SEC/XBRL facts, revenue segment outputs, and DEI facts","name":"facts","x-tag-expanded":false},{"description":"SIC/sector-selected company schemas","name":"schemas","x-tag-expanded":false},{"description":"8-K items, amendments, officer changes, subsidiaries, and other disclosure surfaces","name":"disclosures","x-tag-expanded":false},{"description":"Ownership, 13F, N-PORT, 13D/G, Form 144, and insider surfaces","name":"ownership","x-tag-expanded":false},{"description":"Form D and offering filing lenses","name":"offerings","x-tag-expanded":false},{"description":"Proxy filing and governance surfaces","name":"governance","x-tag-expanded":false},{"description":"Polling feed for new filings","name":"feeds","x-tag-expanded":false},{"description":"Authenticated object downloads","name":"objects","x-tag-expanded":false}],"x-sourcekeel-demo":{"api_key":"sk_demo_ampx_readonly_v1","dataset_version":"ampx-v1","environment":"demo","scope":"Try the GTM endpoint catalog with AMPX examples."}}