TnyOffice API Service

A TypeScript Node.js API using Express and SQLite for file storage

API Authentication

No API key set

Test the API

POST /api/v1/files

Create a new markdown file

GET /api/v1/files

List all files with pagination

GET /api/v1/files/:id

Get a specific file by ID

PUT /api/v1/files/:id

Update a file's filename and/or content

DELETE /api/v1/files/:id

Delete a file by ID