slate-fixed-1770508646/docs/source/index.html.md
jordan 69d72044b3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline was successful
Initialize project from skeleton template
2026-02-07 23:57:27 +00:00

1.7 KiB

title language_tabs toc_footers includes search code_clipboard meta
slate-fixed-1770508646 API Documentation
shell
curl
go
Go
<a href='https://zq4uxvun.threesix.ai'>slate-fixed-1770508646</a>
<a href='https://github.com/slatedocs/slate'>Documentation Powered by Slate</a>
errors
true true
name content
description API documentation for slate-fixed-1770508646

Introduction

Welcome to the slate-fixed-1770508646 API documentation.

This documentation covers all services in the slate-fixed-1770508646 monorepo. Each service provides a REST API with JSON responses.

Authentication

Most endpoints require authentication via Bearer token:

curl -X GET "https://zq4uxvun.threesix.ai/api/service-name/endpoint" \
  -H "Authorization: Bearer YOUR_TOKEN"
req, _ := http.NewRequest("GET", "https://zq4uxvun.threesix.ai/api/service-name/endpoint", nil)
req.Header.Set("Authorization", "Bearer YOUR_TOKEN")

Base URLs

Environment URL
Production https://zq4uxvun.threesix.ai
Staging https://staging.zq4uxvun.threesix.ai

Response Format

All API responses use a consistent envelope:

{
  "data": { ... },
  "meta": {
    "request_id": "abc123"
  }
}

Error responses include an error object:

{
  "error": {
    "code": "NOT_FOUND",
    "message": "Resource not found"
  },
  "meta": {
    "request_id": "abc123"
  }
}

Services

The following services are available in this project. Click on a service name to jump to its API documentation.