Documentation Index
Fetch the complete documentation index at: https://developers.bspk.com/llms.txt
Use this file to discover all available pages before exploring further.
Requests
Encryption
All requests must be sent using HTTPS with TLS 1.2 or higher. Please make sure your developer tools support this version of TLS as older versions or SSL are not supported for security reasons.
All BSPK API calls must include the following headers to authenticate the request:
| key | value |
|---|
| Authorization | Bearer API_KEY |
Responses
Responses use the customary HTTP status codes, with the most typical ones being:
| Code | Meaning |
|---|
| Successful Responses |
| 200 | OK |
| 201 | OK |
| 204 | No content returned |
| Error Responses |
| 400 | Bad Request |
| 401 | Unauthorized |
| 429 | Too Many Requests |
| 500 | Internal Server Error |
All BSPK API calls must respond with the following headers:
If an endpoint doesn’t support pagination (eg.: https://api.bspk.com/api/extraction/v1/ideabook_actions) the pagination related headers will be omitted.