Skip to main content

JSON & CSV EXPORTS

Governed files for scheduled publishing workflows.

Use the existing protected exports when a file handoff is a better fit than a direct API integration.

Formats
JSON · CSV
Access
Authenticated + licensed

FILE STRUCTURES

The operational exports use the existing public field contract.

Each export requires a signed-in partner user, an active licence, and the matching JSON or CSV channel entitlement. File links do not bypass authentication.

JSONLICENSE-SCOPED
{
  "data": [
    {
      "id": "ph_pick_djE6ODEyMw",
      "sport": "MLB",
      "league": "MLB",
      "eventDescription": "New York Yankees at Boston Red Sox",
      "eventDate": "2026-07-21T23:10:00.000Z",
      "homeTeam": "Boston Red Sox",
      "awayTeam": "New York Yankees",
      "marketType": "moneyline",
      "selection": "Boston Red Sox",
      "line": null,
      "odds": 1.87,
      "oddsFormat": "decimal",
      "bookmaker": "Bet365",
      "probability": 64,
      "confidenceTier": "A",
      "reasoning": "The model grades Boston's bullpen advantage materially higher.",
      "status": "upcoming",
      "result": null,
      "settledAt": null,
      "publishedAt": "2026-07-20T09:00:00.000Z",
      "attribution": "Powered by PowerHouse"
    }
  ],
  "page": {
    "nextCursor": null,
    "hasMore": false
  }
}
Open protected JSON export
CSVLICENSE-SCOPED
id,sport,league,eventDescription,eventDate,homeTeam,awayTeam,marketType,selection,line,odds,oddsFormat,bookmaker,probability,confidenceTier,reasoning,status,result,settledAt,publishedAt,attribution
ph_pick_djE6ODEyMw,MLB,MLB,New York Yankees at Boston Red Sox,2026-07-21T23:10:00.000Z,Boston Red Sox,New York Yankees,moneyline,Boston Red Sox,,1.87,decimal,Bet365,64,A,The model grades Boston's bullpen advantage materially higher.,upcoming,,,2026-07-20T09:00:00.000Z,Powered by PowerHouse
Open protected CSV export

PUBLISHING WORKFLOWS

Move a governed file through a plain-language operating sequence.

  1. 01

    Scheduled pull

    A licensed server or operator requests the current file on an agreed cadence and stores it inside the customer workflow.

  2. 02

    Editorial handoff

    A desk filters the qualified rows, exports the licensed format, and hands the file to its publishing system.

  3. 03

    Archive and reconcile

    Teams retain permitted delivery records and reconcile lifecycle changes using stable identifiers and status fields.

FILE DELIVERY

Fit the export to the publishing operation.

Choose one file format and one publishing handoff, then validate access, fields, and cadence with the responsible teams.