{"name":"FLAMES API","version":"1.0.0","description":"Calculate the relationship between two names using the classic FLAMES algorithm","endpoints":{"POST /api/flames":{"description":"Calculate FLAMES result for two names","body":{"name1":"string (required) - First name","name2":"string (required) - Second name"},"response":{"success":"boolean","data":{"name1":"string","name2":"string","result":"F | L | A | M | E | S","resultMeaning":"Friends | Love | Affection | Marriage | Enemy | Sibling","tagline":"string","commonLetters":"string[]","timestamp":"ISO 8601 string"}}}},"rateLimits":{"requests":20,"window":"60 seconds"}}