Step-by-step guides for unlocking ancient knowledge
Before you begin, obtain your free API key from our homepage and save it securely for all requests.
curl 'https://εξγγοᾱ/api/mythology' \ -H 'Authorization: Bearer YOUR_API_KEY'
Query different mythological traditions using the GET /mythology
endpoint:
curl 'https://ξνγγοᾱ/api/mythology?myth=Norse' \ -H 'Authorization: Bearer YOUR_API_KEY'
{ "gods": ["Odin", "Thor", "Freyja"], "legends": ["Viking Sagas", "Creation Myths"] }
Use the POST /philosophy
endpoint to explore philosophical traditions:
curl -X POST 'https://εξγγοᾱ/api/philosophy' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -d '{ "school": "Stoicism", "theme": "Virtue" }'
{ "insights": ["Live according to nature", "Virtue is the only good"], "references": ["Marcus Aurelius", "Seneca"] }
Missing or invalid parameters in the request.
Missing or invalid API key in Authorization header.
Request was successful and response received.