Documents
Block-based documents and their publishing identifiers.
GET /api/v1/documentsGET /api/v1/documents/{id} Read the live demo database through a typed, versioned API. Selected integration writes are implemented behind bearer-token authentication.
Block-based documents and their publishing identifiers.
GET /api/v1/documentsGET /api/v1/documents/{id} Document organisation folders.
GET /api/v1/foldersGET /api/v1/folders/{id} Reusable document structures.
GET /api/v1/templatesGET /api/v1/templates/{id} Immutable document snapshots and version history.
GET /api/v1/versionsGET /api/v1/versions/{id} curl "https://docs.fastsme.com/api/v1/documents?limit=20"
python - <<'PY'
import requests
rows = requests.get("https://docs.fastsme.com/api/v1/documents", timeout=20).json()
print(rows["data"])
PY Runtime OpenAPI: /api/openapi.json · Stable compatibility schema: /swagger.json · Interactive docs: /api/docs