Gusto Daily — Developer Access
Public API docs for daily English brief data.
API Access
Base URL: https://gusto.solfx.dev
Auth Header: Authorization: Bearer <your_api_key>
Contact admin for an API key.
Endpoints
GET /api/v1/briefs/today— 今日所有 level 数据GET /api/v1/briefs/{date}— 指定日期所有 level 数据,如/api/v1/briefs/2026-03-05
Sample Response
{
"date": "2026-03-05",
"briefs": {
"B1": [
{
"id": 1,
"category": "technology",
"title": "AI startup launches multilingual tutor",
"brief": "A new startup launched an AI tutor...",
"vocab": [
{"word": "launch", "pos": "verb", "definition": "to start", "example": "The team launched a new app."}
],
"audio_url": "https://gusto-daily-assets.oss-cn-shanghai.aliyuncs.com/output/2026-03-05/B1/technology/brief.mp3",
"source_url": "https://example.com/story",
"level": "B1",
"date": "2026-03-05"
}
],
"B2": [ ... ],
"C1": [ ... ]
}
}
OpenClaw Skill 🚧 Coming Soon
An OpenClaw skill for subscribing to daily English briefs is under development. It will allow direct integration with OpenClaw agents.