Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
v1 API 인증 방법
X-API-Key
curl -X POST https://api.sajuapi.dev/v1/fortunes/daily \ -H "X-API-Key: your-api-key" \ -H "Content-Type: application/json" \ -d '{"birthDate": "1994-12-30", "birthTime": "17:01"}'
{ "success": false, "error": { "code": "UNAUTHORIZED", "message": "Invalid or missing API key" } }