{"name":"Caesar Cipher API","version":"1.0.0","description":"RESTful API for various cipher operations including Caesar, ROT13, and Vigen\u00e8re ciphers","documentation":"https:\/\/caesar-cipher.com\/api-docs","endpoints":{"caesar":{"POST \/api\/v1\/caesar\/encrypt":"Encrypt text using Caesar cipher","POST \/api\/v1\/caesar\/decrypt":"Decrypt text using Caesar cipher","POST \/api\/v1\/caesar\/solve":"Automatically solve Caesar cipher","POST \/api\/v1\/caesar\/bulk":"Process multiple texts at once"},"rot13":{"POST \/api\/v1\/rot13\/transform":"Apply ROT13 transformation","POST \/api\/v1\/rot13\/bulk":"Process multiple texts at once"},"vigenere":{"POST \/api\/v1\/vigenere\/encrypt":"Encrypt text using Vigen\u00e8re cipher","POST \/api\/v1\/vigenere\/decrypt":"Decrypt text using Vigen\u00e8re cipher","POST \/api\/v1\/vigenere\/analyze":"Analyze and attempt to break Vigen\u00e8re cipher","POST \/api\/v1\/vigenere\/bulk":"Process multiple texts at once"}},"rate_limits":"60 requests per minute per IP address","rate_limit_headers":{"X-RateLimit-Limit":"Maximum requests per time window","X-RateLimit-Remaining":"Remaining requests in current window","X-RateLimit-Reset":"Unix timestamp when the rate limit resets"}}