EmdeeEmdee

Emdee API Reference

REST API for managing markdown documents in your workspace.

openapi.json
Base URL
All endpoints accept and return JSON.
https://api.tryaware.ai/functions/v1/emdee-public-api
OpenAPI specification
Machine-readable OpenAPI 3.0.3 schema. Import into Postman, Insomnia, or any code generator.
https://emdee.tryaware.ai/openapi.json
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."}'