Authentication
To use this API, you need a BLACKBOX API Key. Follow these steps to get your API key:- Click on your Profile Image in the top right corner at cloud.blackbox.ai
- Click on “BLACKBOX API Token” from the dropdown menu
- Copy the existing token or click “Generate” if you don’t have one yet
bb_xxxxxxxxxxxxxxxxxxxxxx
Headers
API Key of the form
Bearer <api_key>.Example: Bearer bb_b41b647ffbfed27f61656049d3eaeef3d903cc503345d9eb80080d98bc0Query Parameters
The GitHub username or organization name whose repositories you want to retrieve.Example:
example-user or example-orgResponse
The endpoint returns an array of repository objects.The repository name.
The full repository name including owner (format:
owner/repo-name).The repository description. Can be
null if no description is set.Whether the repository is private (
true) or public (false).The HTTPS URL for cloning the repository.
ISO 8601 timestamp of the last update to the repository.
The primary programming language of the repository. Can be
null if not detected.