Emdee API Reference
REST API for managing markdown documents in your workspace.
Base URL
All endpoints accept and return JSON.
https://api.tryaware.ai/functions/v1/emdee-public-apiOpenAPI specification
Machine-readable OpenAPI 3.0.3 schema. Import into Postman, Insomnia, or any code generator.
Quick start
Create a document with a single curl call.
curl -X POST 'https://api.tryaware.ai/functions/v1/emdee-public-api/docs' \
-H 'Authorization: Bearer emdee_…' \
-H 'Content-Type: application/json' \
-d '{"title":"Launch notes","markdown":"# Hello\n\nFrom the API."}'