Overview

Introduction
Authentication

Services

Python Playground
Browser Management
Authentication
Resume/Portfolio
Honeypot
File Share
Image Decoder
SSH Terminal
System

API Documentation

Welcome to the olson.at API documentation. This reference guide provides comprehensive information about all available API endpoints, including request/response formats, authentication requirements, and example usage.

Base URL
All API endpoints are relative to: https://olson.at/api

Authentication Levels

Endpoints require different levels of authentication:

Level Description Indicator
Public No authentication required Open access
Authenticated Valid session cookie required Login required
Admin Admin privileges required Admin panel access

Response Format

All API responses are JSON. Successful responses typically include a success field, while errors include an error field with a descriptive message.

Success Response

{ "success": true, "data": { ... } }

Error Response

{ "error": "Error message description" }