3) Fetch live payload
curl -X GET \ "https://yourdomain.com/api/live/<project_id>" \ -H "x-api-key: <your_live_api_key>"
Quickstart
Follow these steps to create a project, draft your JSON, publish, and read from the protected live endpoint.
curl -X GET \ "https://yourdomain.com/api/live/<project_id>" \ -H "x-api-key: <your_live_api_key>"
{
"headline": "Weekend route sale",
"startsAt": "2026-05-02",
"offers": [
{ "route": "SFO-LAX", "price": 79 },
{ "route": "JFK-MIA", "price": 119 }
]
}