Skip to main content

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

  1. Open Apidog.
  2. Choose the project where you want to add Bytes.
  3. Import an API specification.
  4. Use the OpenAPI URL above, or download the YAML file from the OpenAPI page and import the file.
  5. Confirm the imported endpoints.

Add environment values

Create or update an environment with:

VariableValue
base_urlhttps://api.jaww.ws/api/v1
bytes_api_keyYour 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.