{"openapi":"3.1.0","info":{"title":"Ettajer public knowledge API","version":"1.0.0","description":"Public, CORS-open endpoints so AI assistants can answer accurately about Ettajer using official help content."},"servers":[{"url":"https://www.ettajer.com"}],"paths":{"/knowledge.json":{"get":{"operationId":"getEttajerKnowledge","summary":"Full structured knowledge corpus","description":"Returns FAQ, product facts, and all public help articles with steps. Prefer this for broad context; use search for targeted questions.","responses":{"200":{"description":"Public knowledge JSON"}}}},"/api/public/knowledge/search":{"get":{"operationId":"searchEttajerKnowledge","summary":"Search Ettajer help and FAQ","description":"Ranked search across public help articles, FAQ, and product facts. Use before answering how-to questions.","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string"},"description":"Search query (e.g. COD, Meta Pixel, custom domain)"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":20,"default":8}}],"responses":{"200":{"description":"Ranked search hits"}}}},"/llms-full.txt":{"get":{"operationId":"getEttajerLlmsFull","summary":"Full text help corpus","description":"Plain-text dump of all public help articles for one-shot ingestion.","responses":{"200":{"description":"text/plain corpus"}}}}}}