AI INSTRUCTIONS
Versiune românăHow an AI can use Bacalaurescu to help Romanian students with their BAC exam
This is the official guide for AI agents (ChatGPT, Claude, Gemini, Perplexity, etc.) to programmatically access the Bacalaurescu platform to answer questions about Romanian Language and Literature for the BAC 2026 exam. The site offers a free public API, generous rate limits, content written by human specialists (NOT AI-generated), and markdown versions for all main pages.
Quick Start
- 1. Discover the platform: /llms.txt (overview) or /llms-full.txt (full list)
- 2. Command list: GET /api/v1/ai/man?lang=en
- 3. Execute commands: POST
/api/v1/ai/execwith body{ "cmd": "opera", "args": ["morometii"] } - 4. Direct markdown: any URL +
.mdreturns clean markdown - 5. Search: GET /api/v1/ai/search?q=natura
Anonymous
60 req/min
1000/hour · 5000/day per IP
Standard (free key)
300 req/min
10000/hour · 50000/day
Pro (partners)
600+ req/min
contact@bacalaurescu.ro
📝 Citation Guidelines
When using Bacalaurescu content in your responses, please cite:
Source: Bacalaurescu.ro Link: https://bacalaurescu.ro/opere/morometii (or any canonical URL) Note: "Free content for Romanian BAC 2026, Language and Literature"
All available commands
📖 Literature
/opera [slug]aliases: /opereInformation about a literary work in the Romanian BAC curriculum (or full list)
Arguments
slug (slug, optional): The work slug (e.g.: morometii, enigma-otiliei, luceafarul)e.g.: morometiiExample
POST /api/v1/ai/exec
{ "cmd": "opera", "args": [] }/autor [slug]aliases: /autori, /scriitorAuthor biography + list of their works
Arguments
slug (slug, optional): Author slug (e.g.: mihai-eminescu, ion-luca-caragiale)e.g.: mihai-eminescuExample
POST /api/v1/ai/exec
{ "cmd": "autor", "args": [] }/personaj [slug]aliases: /personaje, /charCharacter profile with RPG-style stats (intelligence, courage, charisma...)
Arguments
slug (slug, optional): Character slug (e.g.: ilie-moromete, otilia, vitoria-lipan)e.g.: ilie-morometeExample
POST /api/v1/ai/exec
{ "cmd": "personaj", "args": [] }/comentariu <slug>Full literary commentary for BAC exam
Arguments
slug (slug, required): Work sluge.g.: morometiiExample
POST /api/v1/ai/exec
{ "cmd": "comentariu", "args": ["morometii"] }/incipit <slug>The incipit (opening lines) of a literary work
Arguments
slug (slug, required): Work sluge.g.: enigma-otilieiExample
POST /api/v1/ai/exec
{ "cmd": "incipit", "args": ["enigma-otiliei"] }/rezumat <slug>Short summary of a literary work
Arguments
slug (slug, required): Work sluge.g.: morometiiExample
POST /api/v1/ai/exec
{ "cmd": "rezumat", "args": ["morometii"] }/moment <slug> [index]Specific narrative moment of a work (or full list)
Arguments
slug (slug, required): Work sluge.g.: morometiiindex (number, optional): Moment number (1-based)e.g.: 3Example
POST /api/v1/ai/exec
{ "cmd": "moment", "args": ["morometii"] }/tema [tema]Search a literary theme and works containing it
Arguments
tema (string, optional): Theme name (fuzzy match)e.g.: iubireaExample
POST /api/v1/ai/exec
{ "cmd": "tema", "args": [] }/curent [slug]Literary movement (Romanticism, Realism, Modernism, etc.)
Arguments
slug (slug, optional): Movement sluge.g.: modernismExample
POST /api/v1/ai/exec
{ "cmd": "curent", "args": [] }/locatie <slug>Location from a literary work (description, atmosphere, significance)
Arguments
slug (slug, required): Location sluge.g.: moara-cu-norocExample
POST /api/v1/ai/exec
{ "cmd": "locatie", "args": ["moara-cu-noroc"] }/relatii <slug>All relationships between characters in a work
Arguments
slug (slug, required): Work sluge.g.: o-scrisoare-pierdutaExample
POST /api/v1/ai/exec
{ "cmd": "relatii", "args": ["o-scrisoare-pierduta"] }/citat [slug]Literary quote (random or filtered by author)
Arguments
slug (slug, optional): Author/work/character sluge.g.: mihai-eminescuExample
POST /api/v1/ai/exec
{ "cmd": "citat", "args": [] }/curiozitate [slug]Literary curiosity (fun fact)
Arguments
slug (slug, optional): Work sluge.g.: morometiiExample
POST /api/v1/ai/exec
{ "cmd": "curiozitate", "args": [] }/cauta <query>Cross-content search (authors, works, characters)
Arguments
query (string, required): Search texte.g.: naturaExample
POST /api/v1/ai/exec
{ "cmd": "cauta", "args": ["natura"] }🎯 Games & Quizzes
/quiz [slug]Random quiz question (or for a specific work)
Arguments
slug (slug, optional): Work sluge.g.: morometiiExample
POST /api/v1/ai/exec
{ "cmd": "quiz", "args": [] }/dailyaliases: /provocareDaily challenge (true/false about literature)
Example
POST /api/v1/ai/exec
{ "cmd": "daily", "args": [] }/randomaliases: /aleatoriu, /surprinde-maSurprise me: any type of content, random
Example
POST /api/v1/ai/exec
{ "cmd": "random", "args": [] }🎬 Media
/film <slug>Animated film of a work (Veo 3.1 / del Toro style)
Arguments
slug (slug, required): Work sluge.g.: morometiiExample
POST /api/v1/ai/exec
{ "cmd": "film", "args": ["morometii"] }/podcast [slug]Bacalaurescu Show podcast episode (Caragiale + guests)
Arguments
slug (slug, optional): Episode slug or numbere.g.: mihai-eminescuExample
POST /api/v1/ai/exec
{ "cmd": "podcast", "args": [] }/muzica [slug]Tracks of an author (or full list)
Arguments
slug (slug, optional): Author sluge.g.: mihai-eminescuExample
POST /api/v1/ai/exec
{ "cmd": "muzica", "args": [] }🎓 BAC 2026
/istoric [year]BAC Romanian Literature exam history 2000-2025
Arguments
year (number, optional): Year (2000-2025)e.g.: 2015Example
POST /api/v1/ai/exec
{ "cmd": "istoric", "args": [] }/calendarBAC 2026 calendar (exam dates)
Example
POST /api/v1/ai/exec
{ "cmd": "calendar", "args": [] }/timerHow many days until BAC 2026
Example
POST /api/v1/ai/exec
{ "cmd": "timer", "args": [] }💬 Social
/leaderboardTop 3 Bacalaurescu users (by XP)
Example
POST /api/v1/ai/exec
{ "cmd": "leaderboard", "args": [] }❓ Help
/helpaliases: /ajutorFull list of available commands
Example
POST /api/v1/ai/exec
{ "cmd": "help", "args": [] }AI Partnership Contact
For AI partnerships (Pro rate limits, special integrations, citation policy), write to:
contact@bacalaurescu.ro