OpenAPI specification
The Bytes Developer API is described with an OpenAPI specification.
Use this file to import the API into tools such as Postman, Apidog and Bruno, or to generate your own internal API reference.
Specification URL
https://developer.jaww.ws/openapi/bytes-developer-api.openapi.yaml
Download
What is included
The current public specification includes:
| Method | Path | Purpose |
|---|---|---|
POST | /links | Create a short link |
GET | /tags | List workspace tags |
POST | /tags | Create a workspace tag |
PATCH | /tags/{id} | Update a workspace tag |
DELETE | /tags/{id} | Delete a workspace tag |
POST | /links/{id}/tags | Attach one or more tags to a link |
DELETE | /links/{id}/tags/{tagId} | Remove a tag from a link |
What is not included
Only documented /api/v1/* endpoints are supported for external integrations.
Dashboard-only APIs, browser-session APIs, admin APIs, billing APIs and other internal routes are not part of the public Developer API.
Base URL
The production API base URL is:
https://api.jaww.ws/api/v1
Authentication
All requests use a workspace API key:
Authorization: Bearer YOUR_BYTES_API_KEY
Read the Authentication guide before importing the API into a shared tool or workspace.