Overview
The Skayle API provides programmatic access to your content. Use it to:- Fetch posts, categories, tags, and authors
- Build custom frontends
- Integrate with other services
- Automate content workflows
Base URL
Response Format
All responses follow JSON:API specification:HTTP Status Codes
| Code | Description |
|---|---|
| 200 | Success |
| 201 | Created |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 429 | Rate Limited |
| 500 | Server Error |
Error Responses
Errors follow JSON:API error format:Pagination
List endpoints support pagination:meta and links objects:
Including Related Resources
Use theinclude parameter to fetch related resources:
included array.