{"components":{"schemas":{"AnyJSON":{"additionalProperties":true,"type":"object"},"BulkExport":{"additionalProperties":true,"properties":{"byte_size":{"type":"integer"},"content_encoding":{"type":"string"},"content_type":{"type":"string"},"etag":{"type":"string"},"links":{"additionalProperties":true,"type":"object"},"object":{"const":"bulk_export"},"object_key":{"type":"string"},"object_url":{"type":"string"},"schema":{"const":"sourcekeel.bulk_export.v1"},"snapshot_kind":{"type":"string"},"status":{"type":"string"},"surface":{"type":"string"},"url":{"type":"string"}},"required":["object","schema","surface","object_key","object_url","content_type"],"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":{"description":"Deprecated legacy object path field on older generated artifacts.","type":"string"},"object_key":{"description":"Bare SourceKeel object-store key, 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","scheme":"bearer","type":"http"}}},"info":{"description":"Source-backed SEC/EDGAR API over precomputed objects.\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\nMaterialized object endpoints return complete objects; search and feed endpoints use the common list envelope with `data`, `has_more`, and `next_cursor`.\n\nSend `Accept-Encoding: gzip` for large JSON responses. Bulk endpoints return `bulk_export` metadata; fetch bytes through the returned `/objects/{object_key}` URL.","title":"SourceKeel API","version":"v1"},"openapi":"3.1.0","paths":{"/agent-docs":{"get":{"description":"Alias for the plain-text agent guide.","operationId":"get_agent_docs","parameters":[],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Browser-safe agent documentation","ticker":"AMPX"}],"failures":[],"feature":"docs","schema":"sourcekeel.docs.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/agent-docs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/agent-docs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/agent-docs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/agent-docs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/agent-docs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/agent-docs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/agent-docs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"summary":"Browser-safe agent documentation","tags":["docs"]}},"/docs":{"get":{"description":"SourceKeel-themed quickstart and API reference.","operationId":"get_docs","parameters":[],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Human documentation","ticker":"AMPX"}],"failures":[],"feature":"docs","schema":"sourcekeel.docs.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/docs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/docs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/docs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/docs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/docs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/docs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/docs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"summary":"Human documentation","tags":["docs"]}},"/llms.txt":{"get":{"description":"Plain-text operating guide for agents and CLI users.","operationId":"get_llms.txt","parameters":[],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Agent documentation","ticker":"AMPX"}],"failures":[],"feature":"docs","schema":"sourcekeel.docs.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/llms.txt","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/llms.txt","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/llms.txt","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/llms.txt","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/llms.txt","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/llms.txt","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/llms.txt","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"summary":"Agent documentation","tags":["docs"]}},"/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":"Object key returned by a SourceKeel API response, without the /objects/ prefix.","in":"path","name":"object_key","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Download object","tags":["objects"]}},"/openapi.json":{"get":{"description":"Machine-readable SourceKeel API contract.","operationId":"get_openapi.json","parameters":[],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"OpenAPI document","ticker":"AMPX"}],"failures":[],"feature":"docs","schema":"sourcekeel.docs.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/openapi.json","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/openapi.json","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/openapi.json","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/openapi.json","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/openapi.json","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/openapi.json","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/openapi.json","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"summary":"OpenAPI document","tags":["docs"]}},"/v1/broker-dealer-reports":{"get":{"description":"Search X-17A-5 broker-dealer report lenses.","operationId":"get_v1_broker_dealer_reports","parameters":[{"description":"Optional filter.","in":"query","name":"form","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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Search broker-dealer reports","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.special_issuers_list.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Search broker-dealer reports","tags":["special issuers"]}},"/v1/bulk/13f-holdings":{"get":{"description":"Mirror-only bulk_export metadata for the 13F holding JSONL gzip object.","operationId":"get_v1_bulk_13f_holdings","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/13f_holdings/latest.jsonl.gz","object_url":"/objects/bulk/13f_holdings/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"13f-holdings"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/13f-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/13f-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/13f-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/13f-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/13f-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/13f-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/13f-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk 13F holdings","tags":["bulk"]}},"/v1/bulk/amendment-diffs":{"get":{"description":"Mirror-only bulk_export metadata for the amendment diff JSONL gzip object.","operationId":"get_v1_bulk_amendment_diffs","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/amendment_diffs/latest.jsonl.gz","object_url":"/objects/bulk/amendment_diffs/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"amendment-diffs"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/amendment-diffs","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk amendment diffs","tags":["bulk"]}},"/v1/bulk/beneficial-ownership":{"get":{"description":"Mirror-only bulk_export metadata for the 13D/G JSONL gzip object.","operationId":"get_v1_bulk_beneficial_ownership","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/beneficial_ownership/latest.jsonl.gz","object_url":"/objects/bulk/beneficial_ownership/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"beneficial-ownership"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/beneficial-ownership","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/beneficial-ownership","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/beneficial-ownership","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/beneficial-ownership","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/beneficial-ownership","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/beneficial-ownership","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/beneficial-ownership","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk beneficial ownership","tags":["bulk"]}},"/v1/bulk/broker-dealer-reports":{"get":{"description":"Mirror-only bulk_export metadata for the broker-dealer report lens JSONL gzip object.","operationId":"get_v1_bulk_broker_dealer_reports","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/broker_dealer_reports/latest.jsonl.gz","object_url":"/objects/bulk/broker_dealer_reports/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"broker-dealer-reports"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk broker-dealer reports","tags":["bulk"]}},"/v1/bulk/companies":{"get":{"description":"Mirror-only bulk_export metadata for the company index JSONL gzip object.","operationId":"get_v1_bulk_companies","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/companies/latest.jsonl.gz","object_url":"/objects/bulk/companies/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"companies"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/companies","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk companies","tags":["bulk"]}},"/v1/bulk/cover-securities":{"get":{"description":"Mirror-only bulk_export metadata for the cover-page securities JSONL gzip object.","operationId":"get_v1_bulk_cover_securities","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/cover_securities/latest.jsonl.gz","object_url":"/objects/bulk/cover_securities/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"cover-securities"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/cover-securities","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk cover securities","tags":["bulk"]}},"/v1/bulk/documents":{"get":{"description":"Mirror-only bulk_export metadata for the document index JSONL gzip object.","operationId":"get_v1_bulk_documents","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/documents/latest.jsonl.gz","object_url":"/objects/bulk/documents/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"documents"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk documents","tags":["bulk"]}},"/v1/bulk/events":{"get":{"description":"Mirror-only bulk_export metadata for the event JSONL gzip object.","operationId":"get_v1_bulk_events","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/events/latest.jsonl.gz","object_url":"/objects/bulk/events/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"events"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk events","tags":["bulk"]}},"/v1/bulk/extractions":{"get":{"description":"Mirror-only bulk_export metadata for the disclosure extraction JSONL gzip object.","operationId":"get_v1_bulk_extractions","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/extractions/latest.jsonl.gz","object_url":"/objects/bulk/extractions/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"extractions"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk disclosure extractions","tags":["bulk"]}},"/v1/bulk/facts":{"get":{"description":"Mirror-only bulk_export metadata for the raw fact JSONL gzip object.","operationId":"get_v1_bulk_facts","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/facts/latest.jsonl.gz","object_url":"/objects/bulk/facts/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"facts"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk facts","tags":["bulk"]}},"/v1/bulk/filings":{"get":{"description":"Mirror-only bulk_export metadata for the filing index JSONL gzip object.","operationId":"get_v1_bulk_filings","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/filings/latest.jsonl.gz","object_url":"/objects/bulk/filings/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"filings"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk filings","tags":["bulk"]}},"/v1/bulk/float":{"get":{"description":"Mirror-only bulk_export metadata for the public float/share JSONL gzip object.","operationId":"get_v1_bulk_float","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/float/latest.jsonl.gz","object_url":"/objects/bulk/float/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"float"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/float","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk float","tags":["bulk"]}},"/v1/bulk/foreign-updates":{"get":{"description":"Mirror-only bulk_export metadata for the foreign issuer update lens JSONL gzip object.","operationId":"get_v1_bulk_foreign_updates","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/foreign_updates/latest.jsonl.gz","object_url":"/objects/bulk/foreign_updates/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"foreign-updates"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk foreign updates","tags":["bulk"]}},"/v1/bulk/fund-holdings":{"get":{"description":"Mirror-only bulk_export metadata for the N-PORT holding JSONL gzip object.","operationId":"get_v1_bulk_fund_holdings","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/fund_holdings/latest.jsonl.gz","object_url":"/objects/bulk/fund_holdings/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"fund-holdings"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/fund-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/fund-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/fund-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/fund-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/fund-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/fund-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/fund-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk fund holdings","tags":["bulk"]}},"/v1/bulk/insider-transactions":{"get":{"description":"Mirror-only bulk_export metadata for the insider transaction JSONL gzip object.","operationId":"get_v1_bulk_insider_transactions","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/insider_transactions/latest.jsonl.gz","object_url":"/objects/bulk/insider_transactions/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"insider-transactions"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk insider transactions","tags":["bulk"]}},"/v1/bulk/manifest":{"get":{"description":"Mirror-only latest bulk export manifest.","operationId":"get_v1_bulk_manifest","parameters":[],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"bulk_artifacts":{"companies":{"latest":{"object_url":"/objects/versions/sourcekeel.v1/runs/run_20260703/company_index/latest.jsonl.gz"},"moving_latest":{"object_url":"/objects/bulk/company_index/latest.jsonl.gz"}}},"generated_at":"2026-07-03T12:00:00Z","mirror_contract":{"cadence":"weekend_snapshot_plus_daily_deltas"},"provider":"sourcekeel","schema":"sourcekeel.mirror_manifest.v1"},"schema":{"$ref":"#/components/schemas/MirrorManifest"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/manifest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/manifest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/manifest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/manifest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/manifest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/manifest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/manifest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk manifest","tags":["bulk"]}},"/v1/bulk/offerings":{"get":{"description":"Mirror-only bulk_export metadata for the offering lens JSONL gzip object.","operationId":"get_v1_bulk_offerings","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/offerings/latest.jsonl.gz","object_url":"/objects/bulk/offerings/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"offerings"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk offerings","tags":["bulk"]}},"/v1/bulk/officer-changes":{"get":{"description":"Mirror-only bulk_export metadata for the officer change JSONL gzip object.","operationId":"get_v1_bulk_officer_changes","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/officer_changes/latest.jsonl.gz","object_url":"/objects/bulk/officer_changes/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"officer-changes"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/officer-changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk officer changes","tags":["bulk"]}},"/v1/bulk/private-offerings":{"get":{"description":"Mirror-only bulk_export metadata for the Form D JSONL gzip object.","operationId":"get_v1_bulk_private_offerings","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/private_offerings/latest.jsonl.gz","object_url":"/objects/bulk/private_offerings/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"private-offerings"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk private offerings","tags":["bulk"]}},"/v1/bulk/proposed-sales":{"get":{"description":"Mirror-only bulk_export metadata for the Form 144 JSONL gzip object.","operationId":"get_v1_bulk_proposed_sales","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/proposed_sales/latest.jsonl.gz","object_url":"/objects/bulk/proposed_sales/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"proposed-sales"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proposed-sales","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk proposed sales","tags":["bulk"]}},"/v1/bulk/proxy-filings":{"get":{"description":"Mirror-only bulk_export metadata for the proxy filing lens JSONL gzip object.","operationId":"get_v1_bulk_proxy_filings","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/proxy_filings/latest.jsonl.gz","object_url":"/objects/bulk/proxy_filings/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"proxy-filings"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk proxy filings","tags":["bulk"]}},"/v1/bulk/proxy-governance":{"get":{"description":"Mirror-only bulk_export metadata for the proxy governance JSONL gzip object.","operationId":"get_v1_bulk_proxy_governance","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/proxy_governance/latest.jsonl.gz","object_url":"/objects/bulk/proxy_governance/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"proxy-governance"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk proxy governance","tags":["bulk"]}},"/v1/bulk/proxy-voting":{"get":{"description":"Mirror-only bulk_export metadata for the proxy voting JSONL gzip object.","operationId":"get_v1_bulk_proxy_voting","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/proxy_voting/latest.jsonl.gz","object_url":"/objects/bulk/proxy_voting/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"proxy-voting"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk proxy voting","tags":["bulk"]}},"/v1/bulk/public-offering-structures":{"get":{"description":"Mirror-only bulk_export metadata for the public-offering chain structure JSONL gzip object.","operationId":"get_v1_bulk_public_offering_structures","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/public_offering_structures/latest.jsonl.gz","object_url":"/objects/bulk/public_offering_structures/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"public-offering-structures"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/public-offering-structures","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/public-offering-structures","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/public-offering-structures","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/public-offering-structures","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/public-offering-structures","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/public-offering-structures","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/public-offering-structures","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk public offering structures","tags":["bulk"]}},"/v1/bulk/revenue-facts":{"get":{"description":"Mirror-only bulk_export metadata for the revenue fact JSONL gzip object.","operationId":"get_v1_bulk_revenue_facts","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/revenue_facts/latest.jsonl.gz","object_url":"/objects/bulk/revenue_facts/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"revenue-facts"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/revenue-facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/revenue-facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/revenue-facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/revenue-facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/revenue-facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/revenue-facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/revenue-facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk revenue facts","tags":["bulk"]}},"/v1/bulk/revenue-segments/latest":{"get":{"description":"Mirror-only bulk_export metadata for the latest revenue segments JSONL gzip object.","operationId":"get_v1_bulk_revenue_segments_latest","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/revenue_segments/latest/latest.jsonl.gz","object_url":"/objects/bulk/revenue_segments/latest/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"revenue-segments/latest"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/revenue-segments/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Latest revenue segments bulk","tags":["bulk"]}},"/v1/bulk/sections":{"get":{"description":"Mirror-only bulk_export metadata for the section index JSONL gzip object.","operationId":"get_v1_bulk_sections","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/sections/latest.jsonl.gz","object_url":"/objects/bulk/sections/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"sections"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk sections","tags":["bulk"]}},"/v1/bulk/source-packages":{"get":{"description":"Mirror-only bulk_export metadata for the source package JSONL gzip object.","operationId":"get_v1_bulk_source_packages","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/source_packages/latest.jsonl.gz","object_url":"/objects/bulk/source_packages/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"source-packages"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/source-packages","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk source packages","tags":["bulk"]}},"/v1/bulk/subsidiaries":{"get":{"description":"Mirror-only bulk_export metadata for the subsidiary JSONL gzip object.","operationId":"get_v1_bulk_subsidiaries","parameters":[],"responses":{"200":{"content":{"application/json":{"example":{"byte_size":2714832,"content_encoding":"gzip","content_type":"application/jsonl","etag":"\"sha256:example\"","object":"bulk_export","object_key":"bulk/subsidiaries/latest.jsonl.gz","object_url":"/objects/bulk/subsidiaries/latest.jsonl.gz","schema":"sourcekeel.bulk_export.v1","snapshot_kind":"latest","status":"available","surface":"subsidiaries"},"schema":{"$ref":"#/components/schemas/BulkExport"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/bulk/subsidiaries","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Bulk subsidiaries","tags":["bulk"]}},"/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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company index or search","tags":["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.","in":"query","name":"ticker","required":false,"schema":{"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/companies/0001899287/filings"},"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Resolve company","tags":["companies"]}},"/v1/companies/{cik_or_ticker}":{"get":{"description":"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.","in":"path","name":"cik_or_ticker","required":true,"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"},"coverage":{"documents":87,"facts":2214,"filings":87,"sections":"partial"},"links":{"documents":"/v1/companies/0001899287/documents","filings":"/v1/companies/0001899287/filings","securities":"/v1/companies/0001899287/securities"},"objects":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company profile","tags":["companies"]}},"/v1/companies/{cik_or_ticker}/13f-holdings":{"get":{"description":"Alias for institutional holdings.","operationId":"get_v1_companies_cik_or_ticker_13f_holdings","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"13F holdings alias","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/13f-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/13f-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/13f-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/13f-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/13f-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/13f-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/13f-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"13F holdings alias","tags":["ownership"]}},"/v1/companies/{cik_or_ticker}/activism":{"get":{"description":"Beneficial ownership activism view.","operationId":"get_v1_companies_cik_or_ticker_activism","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Activism","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/activism","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/activism","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/activism","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/activism","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/activism","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/activism","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/activism","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Activism","tags":["ownership"]}},"/v1/companies/{cik_or_ticker}/amendment-diffs":{"get":{"description":"Source-backed amendment comparison output.","operationId":"get_v1_companies_cik_or_ticker_amendment_diffs","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Amendment diffs","ticker":"AMPX"}],"failures":[],"feature":"disclosures","schema":"sourcekeel.disclosures.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Amendment diffs","tags":["disclosures"]}},"/v1/companies/{cik_or_ticker}/beneficial-owners":{"get":{"description":"Schedule 13D/G beneficial ownership rows.","operationId":"get_v1_companies_cik_or_ticker_beneficial_owners","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Beneficial owners","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/beneficial-owners","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/beneficial-owners","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/beneficial-owners","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/beneficial-owners","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/beneficial-owners","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/beneficial-owners","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/beneficial-owners","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Beneficial owners","tags":["ownership"]}},"/v1/companies/{cik_or_ticker}/broker-dealer-reports":{"get":{"description":"X-17A-5 broker-dealer filing/document lens.","operationId":"get_v1_companies_cik_or_ticker_broker_dealer_reports","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Broker-dealer reports","ticker":"AMPX"}],"failures":[],"feature":"special issuers","schema":"sourcekeel.special_issuers.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/broker-dealer-reports","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Broker-dealer reports","tags":["special issuers"]}},"/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.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Disclosure extractions","tags":["disclosures"]}},"/v1/companies/{cik_or_ticker}/documents":{"get":{"description":"Primary, exhibit, and source document inventory for the company.","operationId":"get_v1_companies_cik_or_ticker_documents","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":"filings/accession/0001899287-26-000015/primary_document.html","object_url":"/objects/filings/accession/0001899287-26-000015/primary_document.html","source_url":"https://www.sec.gov/Archives/edgar/data/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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company documents","tags":["documents"]}},"/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.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company events","tags":["disclosures"]}},"/v1/companies/{cik_or_ticker}/facts":{"get":{"description":"Company all-facts history. Alias for /facts/all.","operationId":"get_v1_companies_cik_or_ticker_facts","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company facts","tags":["facts"]}},"/v1/companies/{cik_or_ticker}/facts/all":{"get":{"description":"Raw numeric SEC facts for the company.","operationId":"get_v1_companies_cik_or_ticker_facts_all","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/all","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/all","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/all","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/all","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/all","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/all","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/all","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company all facts","tags":["facts"]}},"/v1/companies/{cik_or_ticker}/facts/all/latest":{"get":{"description":"Latest all-facts object for the company.","operationId":"get_v1_companies_cik_or_ticker_facts_all_latest","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/all/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/all/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/all/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/all/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/all/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/all/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/all/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Latest company all facts","tags":["facts"]}},"/v1/companies/{cik_or_ticker}/facts/revenue":{"get":{"description":"Revenue-oriented fact subset for the company.","operationId":"get_v1_companies_cik_or_ticker_facts_revenue","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"canonical_tag":"RevenueFromContractWithCustomerExcludingAssessedTax","label":"Revenue","period_end":"2025-12-31","raw_tag":"us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax","source":{"accession":"0001899287-26-000015","form_type":"10-K"},"unit":"USD","value":37140000}],"schema":"sourcekeel.revenue_facts.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company revenue facts","tags":["facts"]}},"/v1/companies/{cik_or_ticker}/facts/revenue/latest":{"get":{"description":"Latest revenue-oriented fact subset for the company.","operationId":"get_v1_companies_cik_or_ticker_facts_revenue_latest","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"canonical_tag":"RevenueFromContractWithCustomerExcludingAssessedTax","label":"Revenue","period_end":"2025-12-31","raw_tag":"us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax","source":{"accession":"0001899287-26-000015","form_type":"10-K"},"unit":"USD","value":37140000}],"schema":"sourcekeel.revenue_facts.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/revenue/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/revenue/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/revenue/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/revenue/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/revenue/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/revenue/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/facts/revenue/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Latest company revenue facts","tags":["facts"]}},"/v1/companies/{cik_or_ticker}/filings":{"get":{"description":"Complete filing index materialized for the company.","operationId":"get_v1_companies_cik_or_ticker_filings","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Company filings","ticker":"AMPX"}],"failures":[],"feature":"companies","schema":"sourcekeel.companies.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company filings","tags":["companies"]}},"/v1/companies/{cik_or_ticker}/filings/{accession}":{"get":{"description":"Company-scoped alias for one filing metadata object.","operationId":"get_v1_companies_cik_or_ticker_filings_accession","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}},{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"accepted_at":"2026-03-27T20:01:22Z","accession":"0001899287-26-000015","applicable_extractions":[{"endpoint":"/v1/filings/0001899287-26-000015/documents","status":"available","surface":"documents"},{"endpoint":"/v1/filings/0001899287-26-000015/facts/revenue","status":"available","surface":"facts/revenue"}],"cik":"0001899287","filed_date":"2026-03-27","form_type":"10-K","period_end":"2025-12-31","primary_document_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company-scoped filing metadata","tags":["filings"]}},"/v1/companies/{cik_or_ticker}/filings/{accession}/documents":{"get":{"description":"Company-scoped alias for one filing document index.","operationId":"get_v1_companies_cik_or_ticker_filings_accession_documents","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}},{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":"filings/accession/0001899287-26-000015/primary_document.html","object_url":"/objects/filings/accession/0001899287-26-000015/primary_document.html","source_url":"https://www.sec.gov/Archives/edgar/data/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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/documents","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company-scoped filing documents","tags":["documents"]}},"/v1/companies/{cik_or_ticker}/filings/{accession}/facts":{"get":{"description":"Company-scoped alias for one filing facts object.","operationId":"get_v1_companies_cik_or_ticker_filings_accession_facts","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}},{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/facts","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company-scoped filing facts","tags":["facts"]}},"/v1/companies/{cik_or_ticker}/filings/{accession}/facts/revenue":{"get":{"description":"Company-scoped alias for one filing revenue facts object.","operationId":"get_v1_companies_cik_or_ticker_filings_accession_facts_revenue","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}},{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"canonical_tag":"RevenueFromContractWithCustomerExcludingAssessedTax","label":"Revenue","period_end":"2025-12-31","raw_tag":"us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax","source":{"accession":"0001899287-26-000015","form_type":"10-K"},"unit":"USD","value":37140000}],"schema":"sourcekeel.revenue_facts.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company-scoped filing revenue facts","tags":["facts"]}},"/v1/companies/{cik_or_ticker}/filings/{accession}/public-offering-structure":{"get":{"description":"Company-scoped alias for one filing public offering structure object.","operationId":"get_v1_companies_cik_or_ticker_filings_accession_public_offering_structure","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}},{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Company-scoped public offering structure","ticker":"AMPX"}],"failures":[],"feature":"offerings","schema":"sourcekeel.offerings.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/public-offering-structure","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company-scoped public offering structure","tags":["offerings"]}},"/v1/companies/{cik_or_ticker}/filings/{accession}/revenue-segments":{"get":{"description":"Company-scoped alias for one filing revenue segment object.","operationId":"get_v1_companies_cik_or_ticker_filings_accession_revenue_segments","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}},{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"schema":{"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"},"total_revenue":37140000}],"schema":"sourcekeel.revenue_segments.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company-scoped revenue segments","tags":["facts"]}},"/v1/companies/{cik_or_ticker}/filings/{accession}/sections":{"get":{"description":"Company-scoped alias for a filing section index.","operationId":"get_v1_companies_cik_or_ticker_filings_accession_sections","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}},{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/sections","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company-scoped filing sections","tags":["sections"]}},"/v1/companies/{cik_or_ticker}/filings/{accession}/sections/{item}":{"get":{"description":"Company-scoped alias for a filing section text object.","operationId":"get_v1_companies_cik_or_ticker_filings_accession_sections_item","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}},{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"schema":{"type":"string"}},{"description":"Filing item code such as item1, item7, item8, part1item1, part1item2, or 5.02.","in":"path","name":"item","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/sections/{item}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company-scoped section text","tags":["sections"]}},"/v1/companies/{cik_or_ticker}/filings/{accession}/source-package":{"get":{"description":"Company-scoped alias for a source package manifest.","operationId":"get_v1_companies_cik_or_ticker_filings_accession_source_package","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}},{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/filings/{accession}/source-package","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company-scoped source package","tags":["documents"]}},"/v1/companies/{cik_or_ticker}/financials":{"get":{"description":"Latest source-backed company financial statement view generated from raw SEC facts and the applied SIC/sector schema.","operationId":"get_v1_companies_cik_or_ticker_financials","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","periods":[{"balance_sheet":{"cash_and_equivalents":69380000,"total_assets":169100000,"total_debt":15900000},"cash_flow":{"capital_expenditure":-12820000,"free_cash_flow":-59930000,"operating_cash_flow":-47110000},"fiscal_period":"FY","fiscal_year":2025,"income_statement":{"gross_profit":-8620000,"net_income":-58230000,"operating_income":-54120000,"revenue":37140000},"metrics":{"gross_margin":-0.232,"operating_margin":-1.457},"period_end":"2025-12-31","source_references":[{"accession":"0001899287-26-000015","tag":"us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax"}]}],"schema":"sourcekeel.normalized_company_financials.v1","ticker":"AMPX"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company financials","tags":["financials"]}},"/v1/companies/{cik_or_ticker}/financials/latest":{"get":{"description":"Alias for the latest company financial statement object.","operationId":"get_v1_companies_cik_or_ticker_financials_latest","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","periods":[{"balance_sheet":{"cash_and_equivalents":69380000,"total_assets":169100000,"total_debt":15900000},"cash_flow":{"capital_expenditure":-12820000,"free_cash_flow":-59930000,"operating_cash_flow":-47110000},"fiscal_period":"FY","fiscal_year":2025,"income_statement":{"gross_profit":-8620000,"net_income":-58230000,"operating_income":-54120000,"revenue":37140000},"metrics":{"gross_margin":-0.232,"operating_margin":-1.457},"period_end":"2025-12-31","source_references":[{"accession":"0001899287-26-000015","tag":"us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax"}]}],"schema":"sourcekeel.normalized_company_financials.v1","ticker":"AMPX"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/financials/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Latest financials","tags":["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.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Public float and shares","tags":["facts"]}},"/v1/companies/{cik_or_ticker}/foreign-updates":{"get":{"description":"6-K foreign issuer filing/document lens.","operationId":"get_v1_companies_cik_or_ticker_foreign_updates","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Foreign updates","ticker":"AMPX"}],"failures":[],"feature":"special issuers","schema":"sourcekeel.special_issuers.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Foreign updates","tags":["special issuers"]}},"/v1/companies/{cik_or_ticker}/fund-holdings":{"get":{"description":"Structured N-PORT holdings rows.","operationId":"get_v1_companies_cik_or_ticker_fund_holdings","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Fund holdings","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/fund-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/fund-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/fund-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/fund-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/fund-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/fund-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/fund-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Fund holdings","tags":["ownership"]}},"/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.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Insider rollup","tags":["ownership"]}},"/v1/companies/{cik_or_ticker}/insider-transactions":{"get":{"description":"Ownership XML transaction and holding rows.","operationId":"get_v1_companies_cik_or_ticker_insider_transactions","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Insider transactions","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Insider transactions","tags":["ownership"]}},"/v1/companies/{cik_or_ticker}/insider-transactions/latest":{"get":{"description":"Latest insider transaction object.","operationId":"get_v1_companies_cik_or_ticker_insider_transactions_latest","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Latest insider transactions","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-transactions/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-transactions/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-transactions/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-transactions/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-transactions/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-transactions/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insider-transactions/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Latest insider transactions","tags":["ownership"]}},"/v1/companies/{cik_or_ticker}/insiders":{"get":{"description":"Reporting owner index for the issuer.","operationId":"get_v1_companies_cik_or_ticker_insiders","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Insiders","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insiders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insiders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insiders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insiders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insiders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insiders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/insiders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Insiders","tags":["ownership"]}},"/v1/companies/{cik_or_ticker}/institutional-holdings":{"get":{"description":"13F manager holdings index for the company.","operationId":"get_v1_companies_cik_or_ticker_institutional_holdings","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Institutional holdings","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Institutional holdings","tags":["ownership"]}},"/v1/companies/{cik_or_ticker}/institutional-holdings/changes":{"get":{"description":"13F change summary when sufficient history is available.","operationId":"get_v1_companies_cik_or_ticker_institutional_holdings_changes","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Institutional holding changes","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings/changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings/changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings/changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings/changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings/changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings/changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings/changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Institutional holding changes","tags":["ownership"]}},"/v1/companies/{cik_or_ticker}/institutional-holdings/latest":{"get":{"description":"Latest manager-period 13F holdings object.","operationId":"get_v1_companies_cik_or_ticker_institutional_holdings_latest","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Latest institutional holdings","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/institutional-holdings/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Latest institutional holdings","tags":["ownership"]}},"/v1/companies/{cik_or_ticker}/normalized-statements":{"get":{"description":"Deprecated alias for /financials/latest.","operationId":"get_v1_companies_cik_or_ticker_normalized_statements","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Deprecated normalized statements alias","ticker":"AMPX"}],"failures":[],"feature":"financials","schema":"sourcekeel.financials.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/normalized-statements","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/normalized-statements","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/normalized-statements","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/normalized-statements","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/normalized-statements","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/normalized-statements","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/normalized-statements","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Deprecated normalized statements alias","tags":["financials"]}},"/v1/companies/{cik_or_ticker}/normalized-statements/latest":{"get":{"description":"Deprecated alias for /financials/latest.","operationId":"get_v1_companies_cik_or_ticker_normalized_statements_latest","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Deprecated normalized statements alias","ticker":"AMPX"}],"failures":[],"feature":"financials","schema":"sourcekeel.financials.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/normalized-statements/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/normalized-statements/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/normalized-statements/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/normalized-statements/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/normalized-statements/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/normalized-statements/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/normalized-statements/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Deprecated normalized statements alias","tags":["financials"]}},"/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.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Offerings","tags":["offerings"]}},"/v1/companies/{cik_or_ticker}/officer-changes":{"get":{"description":"8-K Item 5.02 officer/director change lens.","operationId":"get_v1_companies_cik_or_ticker_officer_changes","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Officer changes","tags":["disclosures"]}},"/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.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Private offerings","tags":["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.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Proposed sales","tags":["ownership"]}},"/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.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Proxy filings","tags":["governance"]}},"/v1/companies/{cik_or_ticker}/proxy-governance":{"get":{"description":"Proxy governance table inventory and excerpts.","operationId":"get_v1_companies_cik_or_ticker_proxy_governance","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Proxy governance","tags":["governance"]}},"/v1/companies/{cik_or_ticker}/proxy-voting":{"get":{"description":"N-PX proxy voting rows or metadata lens.","operationId":"get_v1_companies_cik_or_ticker_proxy_voting","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Proxy voting","ticker":"AMPX"}],"failures":[],"feature":"governance","schema":"sourcekeel.governance.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Proxy voting","tags":["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.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Public offering history","tags":["offerings"]}},"/v1/companies/{cik_or_ticker}/revenue-segments":{"get":{"description":"Revenue segment convenience history.","operationId":"get_v1_companies_cik_or_ticker_revenue_segments","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"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"},"total_revenue":37140000}],"schema":"sourcekeel.revenue_segments.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/revenue-segments","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company revenue segments","tags":["facts"]}},"/v1/companies/{cik_or_ticker}/revenue-segments/latest":{"get":{"description":"Latest revenue segment convenience object.","operationId":"get_v1_companies_cik_or_ticker_revenue_segments_latest","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"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"},"total_revenue":37140000}],"schema":"sourcekeel.revenue_segments.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Latest revenue segments","tags":["facts"]}},"/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.","in":"path","name":"cik_or_ticker","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company schema","tags":["schemas"]}},"/v1/companies/{cik_or_ticker}/schema/latest":{"get":{"description":"Alias for the latest selected company schema output.","operationId":"get_v1_companies_cik_or_ticker_schema_latest","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/companies/{cik_or_ticker}/schema/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Latest company schema","tags":["schemas"]}},"/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.","in":"path","name":"cik_or_ticker","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company sections","tags":["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.","in":"path","name":"cik_or_ticker","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company securities","tags":["companies"]}},"/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.","in":"path","name":"cik_or_ticker","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Security lifecycle","tags":["companies"]}},"/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.","in":"path","name":"cik_or_ticker","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Company source packages","tags":["documents"]}},"/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.","in":"path","name":"cik_or_ticker","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Subsidiaries","tags":["disclosures"]}},"/v1/disclosure-extractions":{"get":{"description":"Search disclosure extraction rows.","operationId":"get_v1_disclosure_extractions","parameters":[{"description":"Comma-separated 8-K item filter.","in":"query","name":"items","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":"schema_id","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"status","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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Search disclosure extractions","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.disclosures_list.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/disclosure-extractions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Search disclosure extractions","tags":["disclosures"]}},"/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.","in":"query","name":"ticker","required":false,"schema":{"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":"filings/accession/0001899287-26-000015/primary_document.html","object_url":"/objects/filings/accession/0001899287-26-000015/primary_document.html","source_url":"https://www.sec.gov/Archives/edgar/data/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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Search documents","tags":["documents"]}},"/v1/entities/{cik}/stakes":{"get":{"description":"13D/G stakes reported by a holder.","operationId":"get_v1_entities_cik_stakes","parameters":[{"description":"Path parameter.","in":"path","name":"cik","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Entity stakes","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.ownership_list.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/entities/{cik}/stakes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/entities/{cik}/stakes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/entities/{cik}/stakes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/entities/{cik}/stakes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/entities/{cik}/stakes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/entities/{cik}/stakes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/entities/{cik}/stakes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Entity stakes","tags":["ownership"]}},"/v1/feature-requests":{"post":{"description":"Submit a desired dataset, company, or extraction feature.","operationId":"post_v1_feature_requests","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"required":true},"responses":{"201":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Request coverage","ticker":"AMPX"}],"failures":[],"feature":"runtime","schema":"sourcekeel.runtime.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feature-requests","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feature-requests","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feature-requests","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feature-requests","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feature-requests","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feature-requests","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feature-requests","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Request coverage","tags":["runtime"]}},"/v1/features":{"get":{"description":"Published SourceKeel product feature manifest.","operationId":"get_v1_features","parameters":[],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"backfill_status":"partial","features":{"cover_securities":{"status":"available"},"financials":{"status":"available"}},"generated_at":"2026-07-03T12:00:00Z","provider":"sourcekeel","schema":"sourcekeel.features.v1"},"schema":{"$ref":"#/components/schemas/FeatureManifest"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/features","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/features","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/features","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/features","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/features","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/features","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/features","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Feature manifest","tags":["runtime"]}},"/v1/feed/events":{"get":{"description":"Poll item-classified disclosure events since a timestamp.","operationId":"get_v1_feed_events","parameters":[{"description":"Minimum filing, accepted, or seen timestamp/date.","in":"query","name":"since","required":false,"schema":{"type":"string"}},{"description":"Comma-separated 8-K item filter.","in":"query","name":"items","required":false,"schema":{"type":"string"}},{"description":"Comma-separated SEC form filter.","in":"query","name":"forms","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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Event 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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/feed/events","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Event feed","tags":["feeds"]}},"/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.","in":"query","name":"since","required":false,"schema":{"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing feed","tags":["feeds"]}},"/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.","in":"query","name":"ticker","required":false,"schema":{"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":{"data":[{"accepted_at":"2026-03-27T20:01:22Z","accession":"0001899287-26-000015","cik":"0001899287","filed_date":"2026-03-27","form_type":"10-K","period_end":"2025-12-31","primary_document_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Search filings","tags":["filings"]}},"/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.","in":"path","name":"accession","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"accepted_at":"2026-03-27T20:01:22Z","accession":"0001899287-26-000015","applicable_extractions":[{"endpoint":"/v1/filings/0001899287-26-000015/documents","status":"available","surface":"documents"},{"endpoint":"/v1/filings/0001899287-26-000015/facts/revenue","status":"available","surface":"facts/revenue"}],"cik":"0001899287","filed_date":"2026-03-27","form_type":"10-K","period_end":"2025-12-31","primary_document_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing metadata","tags":["filings"]}},"/v1/filings/{accession}/amendment-diff":{"get":{"description":"Source-backed amendment diff for one accession.","operationId":"get_v1_filings_accession_amendment_diff","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Filing amendment diff","ticker":"AMPX"}],"failures":[],"feature":"disclosures","schema":"sourcekeel.disclosures.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/amendment-diff","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/amendment-diff","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/amendment-diff","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/amendment-diff","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/amendment-diff","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/amendment-diff","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/amendment-diff","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing amendment diff","tags":["disclosures"]}},"/v1/filings/{accession}/beneficial-ownership":{"get":{"description":"13D/G beneficial ownership rows for one filing.","operationId":"get_v1_filings_accession_beneficial_ownership","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Filing beneficial ownership","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/beneficial-ownership","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/beneficial-ownership","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/beneficial-ownership","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/beneficial-ownership","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/beneficial-ownership","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/beneficial-ownership","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/beneficial-ownership","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing beneficial ownership","tags":["ownership"]}},"/v1/filings/{accession}/broker-dealer-report":{"get":{"description":"Broker-dealer report lens for one filing.","operationId":"get_v1_filings_accession_broker_dealer_report","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Filing broker-dealer report","ticker":"AMPX"}],"failures":[],"feature":"special issuers","schema":"sourcekeel.special_issuers.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/broker-dealer-report","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/broker-dealer-report","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/broker-dealer-report","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/broker-dealer-report","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/broker-dealer-report","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/broker-dealer-report","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/broker-dealer-report","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing broker-dealer report","tags":["special issuers"]}},"/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.","in":"path","name":"accession","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing cover securities","tags":["companies"]}},"/v1/filings/{accession}/documents":{"get":{"description":"Document index for one accession.","operationId":"get_v1_filings_accession_documents","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":"filings/accession/0001899287-26-000015/primary_document.html","object_url":"/objects/filings/accession/0001899287-26-000015/primary_document.html","source_url":"https://www.sec.gov/Archives/edgar/data/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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing documents","tags":["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.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing events","tags":["disclosures"]}},"/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.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing extraction index","tags":["disclosures"]}},"/v1/filings/{accession}/facts":{"get":{"description":"All facts for one filing. Alias for /facts/all.","operationId":"get_v1_filings_accession_facts","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing facts","tags":["facts"]}},"/v1/filings/{accession}/facts/all":{"get":{"description":"Raw numeric SEC facts for one filing.","operationId":"get_v1_filings_accession_facts_all","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts/all","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts/all","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts/all","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts/all","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts/all","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts/all","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts/all","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing all facts","tags":["facts"]}},"/v1/filings/{accession}/facts/revenue":{"get":{"description":"Revenue-oriented fact subset for one filing.","operationId":"get_v1_filings_accession_facts_revenue","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"cik":"0001899287","data":[{"canonical_tag":"RevenueFromContractWithCustomerExcludingAssessedTax","label":"Revenue","period_end":"2025-12-31","raw_tag":"us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax","source":{"accession":"0001899287-26-000015","form_type":"10-K"},"unit":"USD","value":37140000}],"schema":"sourcekeel.revenue_facts.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/facts/revenue","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing revenue facts","tags":["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.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing float","tags":["facts"]}},"/v1/filings/{accession}/foreign-update":{"get":{"description":"Foreign issuer update lens for one filing.","operationId":"get_v1_filings_accession_foreign_update","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Filing foreign update","ticker":"AMPX"}],"failures":[],"feature":"special issuers","schema":"sourcekeel.special_issuers.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/foreign-update","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/foreign-update","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/foreign-update","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/foreign-update","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/foreign-update","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/foreign-update","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/foreign-update","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing foreign update","tags":["special issuers"]}},"/v1/filings/{accession}/holdings":{"get":{"description":"13F holdings rows for one filing.","operationId":"get_v1_filings_accession_holdings","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Filing 13F holdings","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing 13F holdings","tags":["ownership"]}},"/v1/filings/{accession}/insider-transactions":{"get":{"description":"Ownership XML rows for one filing.","operationId":"get_v1_filings_accession_insider_transactions","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Filing insider transactions","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/insider-transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing insider transactions","tags":["ownership"]}},"/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.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing private offering","tags":["offerings"]}},"/v1/filings/{accession}/offerings":{"get":{"description":"Offering lens for one filing.","operationId":"get_v1_filings_accession_offerings","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing offering lens","tags":["offerings"]}},"/v1/filings/{accession}/officer-changes":{"get":{"description":"Officer change lens for one filing.","operationId":"get_v1_filings_accession_officer_changes","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing officer changes","tags":["disclosures"]}},"/v1/filings/{accession}/portfolio":{"get":{"description":"N-PORT portfolio rows for one filing.","operationId":"get_v1_filings_accession_portfolio","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Filing portfolio","ticker":"AMPX"}],"failures":[],"feature":"ownership","schema":"sourcekeel.ownership.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/portfolio","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/portfolio","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/portfolio","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/portfolio","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/portfolio","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/portfolio","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/portfolio","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing portfolio","tags":["ownership"]}},"/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.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing proposed sales","tags":["ownership"]}},"/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.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing proxy lens","tags":["governance"]}},"/v1/filings/{accession}/proxy-governance":{"get":{"description":"Proxy governance rows for one filing.","operationId":"get_v1_filings_accession_proxy_governance","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing proxy governance","tags":["governance"]}},"/v1/filings/{accession}/proxy-voting":{"get":{"description":"N-PX voting rows for one filing.","operationId":"get_v1_filings_accession_proxy_voting","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Filing proxy voting","ticker":"AMPX"}],"failures":[],"feature":"governance","schema":"sourcekeel.governance.v1","source_references":[{"accession":"0001899287-26-000015","form_type":"10-K","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing proxy voting","tags":["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.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing public offering structure","tags":["offerings"]}},"/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.","in":"path","name":"accession","required":true,"schema":{"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"},"total_revenue":37140000}],"schema":"sourcekeel.revenue_segments.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing revenue segments","tags":["facts"]}},"/v1/filings/{accession}/schema":{"get":{"description":"Form-level disclosure schema extraction when materialized.","operationId":"get_v1_filings_accession_schema","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/schema","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing form schema","tags":["disclosures"]}},"/v1/filings/{accession}/sections":{"get":{"description":"Section index for one filing.","operationId":"get_v1_filings_accession_sections","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing section index","tags":["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.","in":"path","name":"accession","required":true,"schema":{"type":"string"}},{"description":"Filing item code such as item1, item7, item8, part1item1, part1item2, or 5.02.","in":"path","name":"item","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing section text","tags":["sections"]}},"/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.","in":"path","name":"accession","required":true,"schema":{"type":"string"}},{"description":"Filing item code such as item1, item7, item8, part1item1, part1item2, or 5.02.","in":"path","name":"item","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Section schema extraction","tags":["disclosures"]}},"/v1/filings/{accession}/source-manifest":{"get":{"description":"Alias for source package manifest.","operationId":"get_v1_filings_accession_source_manifest","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-manifest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-manifest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-manifest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-manifest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-manifest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-manifest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/filings/{accession}/source-manifest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Source manifest alias","tags":["documents"]}},"/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.","in":"path","name":"accession","required":true,"schema":{"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Source package","tags":["documents"]}},"/v1/filings/{accession}/subsidiaries":{"get":{"description":"Subsidiary rows for one filing.","operationId":"get_v1_filings_accession_subsidiaries","parameters":[{"description":"SEC accession number with dashes.","in":"path","name":"accession","required":true,"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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","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","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Filing subsidiaries","tags":["disclosures"]}},"/v1/foreign-updates":{"get":{"description":"Search 6-K foreign issuer update lenses.","operationId":"get_v1_foreign_updates","parameters":[{"description":"Optional filter.","in":"query","name":"form","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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Search foreign updates","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.special_issuers_list.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/foreign-updates","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Search foreign updates","tags":["special issuers"]}},"/v1/funds/{cik_or_ticker}/holdings":{"get":{"description":"N-PORT fund holdings; pass period for a partition or use latest/history.","operationId":"get_v1_funds_cik_or_ticker_holdings","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Fund holdings","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.ownership_list.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/funds/{cik_or_ticker}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/funds/{cik_or_ticker}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/funds/{cik_or_ticker}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/funds/{cik_or_ticker}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/funds/{cik_or_ticker}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/funds/{cik_or_ticker}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/funds/{cik_or_ticker}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Fund holdings","tags":["ownership"]}},"/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.","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/companies/0001899287/filings"},"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object 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 source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Resolve identifier","tags":["companies"]}},"/v1/insiders/{person_cik}/holdings":{"get":{"description":"Reporting-owner holding rows.","operationId":"get_v1_insiders_person_cik_holdings","parameters":[{"description":"Path parameter.","in":"path","name":"person_cik","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Insider holdings by person","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.ownership_list.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/insiders/{person_cik}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/insiders/{person_cik}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/insiders/{person_cik}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/insiders/{person_cik}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/insiders/{person_cik}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/insiders/{person_cik}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/insiders/{person_cik}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Insider holdings by person","tags":["ownership"]}},"/v1/insiders/{person_cik}/transactions":{"get":{"description":"Reporting-owner transaction rows.","operationId":"get_v1_insiders_person_cik_transactions","parameters":[{"description":"Path parameter.","in":"path","name":"person_cik","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Insider transactions by person","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.ownership_list.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/insiders/{person_cik}/transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/insiders/{person_cik}/transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/insiders/{person_cik}/transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/insiders/{person_cik}/transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/insiders/{person_cik}/transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/insiders/{person_cik}/transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/insiders/{person_cik}/transactions","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Insider transactions by person","tags":["ownership"]}},"/v1/managers/{cik_or_ticker}/changes":{"get":{"description":"13F manager holding changes.","operationId":"get_v1_managers_cik_or_ticker_changes","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Manager changes","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.ownership_list.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/changes","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Manager changes","tags":["ownership"]}},"/v1/managers/{cik_or_ticker}/holdings":{"get":{"description":"13F manager holdings; pass period for a partition or use latest/history.","operationId":"get_v1_managers_cik_or_ticker_holdings","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"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":{"data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Manager holdings","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.ownership_list.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/holdings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Manager holdings","tags":["ownership"]}},"/v1/managers/{cik_or_ticker}/holdings/latest":{"get":{"description":"Latest 13F manager holdings object.","operationId":"get_v1_managers_cik_or_ticker_holdings_latest","parameters":[{"description":"SEC CIK preferred; current ticker alias accepted.","in":"path","name":"cik_or_ticker","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"data":[{"accession":"0001899287-26-000015","cik":"0001899287","evidence":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Latest manager holdings","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.ownership_list.v1"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/holdings/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/holdings/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/holdings/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/holdings/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/holdings/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/holdings/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/managers/{cik_or_ticker}/holdings/latest","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Latest manager holdings","tags":["ownership"]}},"/v1/offerings":{"get":{"description":"Search typed offering filing lenses.","operationId":"get_v1_offerings","parameters":[{"description":"Optional filter.","in":"query","name":"category","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"form","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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Search offerings","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.offerings_list.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Search offerings","tags":["offerings"]}},"/v1/private-offerings":{"get":{"description":"Search Form D private offering rows.","operationId":"get_v1_private_offerings","parameters":[{"description":"Optional filter.","in":"query","name":"industry","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"exemption","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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Search private offerings","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.offerings_list.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/private-offerings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Search private offerings","tags":["offerings"]}},"/v1/proxy-filings":{"get":{"description":"Search proxy filing lenses.","operationId":"get_v1_proxy_filings","parameters":[{"description":"Optional filter.","in":"query","name":"category","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"form","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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Search proxy filings","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.governance_list.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-filings","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Search proxy filings","tags":["governance"]}},"/v1/proxy-governance":{"get":{"description":"Search proxy governance table inventory.","operationId":"get_v1_proxy_governance","parameters":[{"description":"Optional filter.","in":"query","name":"table_type","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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Search proxy governance","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.governance_list.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-governance","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Search proxy governance","tags":["governance"]}},"/v1/proxy-voting":{"get":{"description":"Search N-PX proxy voting rows/lenses.","operationId":"get_v1_proxy_voting","parameters":[{"description":"Optional filter.","in":"query","name":"form","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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Search proxy voting","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.governance_list.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/proxy-voting","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Search proxy voting","tags":["governance"]}},"/v1/public-offering-structures":{"get":{"description":"Search source-backed public-offering chain structure rows.","operationId":"get_v1_public_offering_structures","parameters":[{"description":"Optional filter.","in":"query","name":"schema_id","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"status","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"candidate_type","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"accession","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"cik","required":false,"schema":{"type":"string"}},{"description":"Optional filter.","in":"query","name":"ticker","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":{"object_url":"/objects/filings/accession/0001899287-26-000015/source_manifest.json","source_url":"https://www.sec.gov/Archives/edgar/data/1899287/000189928726000015/ampx-20251231.htm"},"extraction_status":"success","filed_date":"2026-03-27","form_type":"10-K","surface":"Search public offering structures","ticker":"AMPX"}],"has_more":true,"next_cursor":"1","object":"list","schema":"sourcekeel.offerings_list.v1"},"schema":{"$ref":"#/components/schemas/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/public-offering-structures","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/public-offering-structures","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/public-offering-structures","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/public-offering-structures","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/public-offering-structures","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/public-offering-structures","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/public-offering-structures","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Search public offering structures","tags":["offerings"]}},"/v1/schemas":{"get":{"description":"Index of SIC/sector company schemas.","operationId":"get_v1_schemas","parameters":[],"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/schemas","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/schemas","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/schemas","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/schemas","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/schemas","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/schemas","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/schemas","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Schema index","tags":["schemas"]}},"/v1/schemas/{schema_id}":{"get":{"description":"One schema definition by ID.","operationId":"get_v1_schemas_schema_id","parameters":[{"description":"Path parameter.","in":"path","name":"schema_id","required":true,"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"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/schemas/{schema_id}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/schemas/{schema_id}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/schemas/{schema_id}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/schemas/{schema_id}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/schemas/{schema_id}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/schemas/{schema_id}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/schemas/{schema_id}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Schema definition","tags":["schemas"]}},"/v1/securities/{cusip_or_figi}/fund-holders":{"get":{"description":"Reverse N-PORT holder view by security and optional period.","operationId":"get_v1_securities_cusip_or_figi_fund_holders","parameters":[{"description":"Path parameter.","in":"path","name":"cusip_or_figi","required":true,"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","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/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/securities/{cusip_or_figi}/fund-holders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/securities/{cusip_or_figi}/fund-holders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/securities/{cusip_or_figi}/fund-holders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/securities/{cusip_or_figi}/fund-holders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/securities/{cusip_or_figi}/fund-holders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/securities/{cusip_or_figi}/fund-holders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/securities/{cusip_or_figi}/fund-holders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Security fund holders","tags":["ownership"]}},"/v1/securities/{cusip_or_figi}/institutional-holders":{"get":{"description":"Reverse 13F holder view by security and optional period.","operationId":"get_v1_securities_cusip_or_figi_institutional_holders","parameters":[{"description":"Path parameter.","in":"path","name":"cusip_or_figi","required":true,"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","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/PagedRows"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/securities/{cusip_or_figi}/institutional-holders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/securities/{cusip_or_figi}/institutional-holders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/securities/{cusip_or_figi}/institutional-holders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/securities/{cusip_or_figi}/institutional-holders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/securities/{cusip_or_figi}/institutional-holders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/securities/{cusip_or_figi}/institutional-holders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/securities/{cusip_or_figi}/institutional-holders","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Security institutional holders","tags":["ownership"]}},"/v1/status":{"get":{"description":"Public health and serving-mode metadata.","operationId":"get_v1_status","parameters":[],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"api_version":"v1","object_store":"r2","provider":"sourcekeel","request_path":"object_lookup_only","status":"ok"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/status","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/status","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/status","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/status","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/status","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/status","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/status","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"summary":"Status","tags":["runtime"]}},"/v1/tickers":{"get":{"description":"Daily CIK-backed current ticker list with cover-page security class, lifecycle status, and filing evidence.","operationId":"get_v1_tickers","parameters":[],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"generated_at":"2026-07-03T12:00:00Z","schema":"sourcekeel.current_ticker_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"}]},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/tickers","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/tickers","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/tickers","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/tickers","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/tickers","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/tickers","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/tickers","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Current ticker securities","tags":["companies"]}},"/v1/tickers/{ticker}":{"get":{"description":"Resolve one current ticker to the CIK-backed security row from the daily ticker securities list. Ambiguous current ticker mappings return 409 with candidate CIK-backed rows.","operationId":"get_v1_tickers_ticker","parameters":[{"description":"Path parameter.","in":"path","name":"ticker","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/gzip":{"schema":{"format":"binary","type":"string"}},"application/json":{"example":{"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"},"schema":{"$ref":"#/components/schemas/AnyJSON"}},"text/html":{"schema":{"type":"string"}},"text/plain":{"schema":{"type":"string"}}},"description":"Successful response"},"400":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/tickers/{ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Bad request failure"},"401":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/tickers/{ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Missing or invalid API key"},"403":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/tickers/{ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Plan or object access failure"},"404":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/tickers/{ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Source-backed object or record not found"},"409":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/tickers/{ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Ambiguous identifier or conflicting request"},"429":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/tickers/{ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Rate limit or monthly quota failure"},"500":{"content":{"application/json":{"example":{"error":{"code":"object_not_found","message":"The requested source-backed object is not available.","status":404,"type":"not_found_error"},"failure_reason":{"code":"object_not_found","evidence":{"endpoint":"/v1/tickers/{ticker}","object":"/objects/companies/cik/0001899287/example.json"},"message":"The requested source-backed object is not available."},"object":"error","schema":"sourcekeel.failure.v1"},"schema":{"$ref":"#/components/schemas/Failure"}}},"description":"Internal read or quota failure"}},"security":[{"bearerAuth":[]}],"summary":"Ticker security","tags":["companies"]}}},"servers":[{"url":"https://www.sourcekeel.com"}],"tags":[{"description":"Human, OpenAPI, and agent-readable documentation","name":"docs","x-tag-expanded":false},{"description":"Status, features, and requests","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 facts, segment convenience 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, governance, and voting surfaces","name":"governance","x-tag-expanded":false},{"description":"Broker-dealer and foreign issuer lenses","name":"special issuers","x-tag-expanded":false},{"description":"Polling feeds for new filings and events","name":"feeds","x-tag-expanded":false},{"description":"Mirror-only bulk export descriptors with gzip JSONL object downloads","name":"bulk","x-tag-expanded":false},{"description":"Authenticated object downloads","name":"objects","x-tag-expanded":false}]}