API
The API is located at https://blob.build/api
.
Throughout this documentation, optional fields will be marked with a ?
at the end of the type. Nullable fields will have a null
type in the schema.
API format
All API responses will be returned in the format of:
Authentication
Authentication to the API is done through API tokens. Once you login, you can find your API on the account settings page.
With the API token, you can pass it into the Authorization
header as a Bearer token.
Example:
User Agent
Please set a user agent when making requests to the API. This helps us identify the source of requests and allows us to contact you if there are any issues. Requests with common UAs (such as curl/X
, Java/X
, etc.) may be rate limited/blocked if they cause degradation of service. Having a distinct UA will help prevent this.
Rate limits
There are no rate limits on the API, however, if you cause degradation of service, you may be blocked.