εξγγοᾱ Tutorials

Step-by-step guides for unlocking ancient knowledge

1

Get Your API Key

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'
2

Explore Mythologies

Query different mythological traditions using the GET /mythology endpoint:

curl 'https://ξνγγοᾱ/api/mythology?myth=Norse' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Available Mythologies:

  • • Greek
  • • Norse
  • • Egyptian
  • • Celtic

Example Response:

{
  "gods": ["Odin", "Thor", "Freyja"],
  "legends": ["Viking Sagas", "Creation Myths"]
}
3

Dive into Philosophy

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"
    }'

Supported Schools:

  • • Stoicism
  • • Epicureanism
  • • Existentialism
  • • Confucianism

Example Output:

{
  "insights": ["Live according to nature", "Virtue is the only good"],
  "references": ["Marcus Aurelius", "Seneca"]
}
4

Handle Errors Gracefully

400 Bad Request

Missing or invalid parameters in the request.

401 Unauthorized

Missing or invalid API key in Authorization header.

200 Success

Request was successful and response received.

Ready to Begin?

Try our interactive API explorer or see working code examples.

Start Exploring