Use the API with Apidog
You can import the Bytes Developer API into Apidog from the OpenAPI specification.
What you need
- A Bytes account
- A workspace API key
- An Apidog workspace or project
- The Bytes OpenAPI specification URL
https://developer.jaww.ws/openapi/bytes-developer-api.openapi.yaml
Import the API
- Open Apidog.
- Choose the project where you want to add Bytes.
- Import an API specification.
- Use the OpenAPI URL above, or download the YAML file from the OpenAPI page and import the file.
- Confirm the imported endpoints.
Add environment values
Create or update an environment with:
| Variable | Value |
|---|---|
base_url | https://api.jaww.ws/api/v1 |
bytes_api_key | Your workspace API key |
Keep API keys in a private environment. Do not add real keys to shared examples.
Set authentication
Set bearer token authentication for the imported API or individual requests:
{{bytes_api_key}}
The request should include:
Authorization: Bearer {{bytes_api_key}}
Try a request
Start with:
GET {{base_url}}/tags
If that returns your workspace tags, try creating a short link with a safe destination URL.
Safety notes
- Use separate API keys for different tools or teams.
- Revoke keys that are no longer needed.
- Do not publish exported examples containing real keys.