{"openapi":"3.1.0","info":{"title":"Burbank Industries","version":"1.0.0","summary":"Employers, offices, tax-base roles, and the advertising desk."},"x-service-info":{"categories":["civic-data","advertising"]},"servers":[{"url":"https://burbank-industries.pages.dev"}],"paths":{"/api/v1/organizations":{"get":{"operationId":"listOrganizations","responses":{"200":{"description":"Organizations plus a labeled ad."}}}},"/api/v1/organizations/{slug}":{"get":{"operationId":"getOrganization","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"One organization."}}}},"/api/v1/ads/placements":{"get":{"operationId":"listPlacements","responses":{"200":{"description":"Rate card."}}}},"/api/v1/ads/negotiations":{"post":{"operationId":"proposeAd","responses":{"200":{"description":"Desk decision."},"429":{"description":"This address has sent 10 form submissions in the past week."}}}},"/api/v1/submissions":{"post":{"operationId":"queueSubmission","responses":{"201":{"description":"Queued for review. Not added to the directory."},"429":{"description":"This address has sent 10 form submissions in the past week."}}}},"/api/v1/premium/fill-report":{"get":{"operationId":"fillReport","responses":{"200":{"description":"Anonymized fill report."},"402":{"description":"Payment or bearer token required."}},"x-payment-info":{"intent":"charge","method":"card","amount":"0.05","currency":"USD","description":"Anonymized ad-inventory fill report. Bearer tokens from auth.md also unlock it. On-chain x402 settlement is off until X402_PAY_TO is set, and a payment header is not accepted as proof."}}}}}