# Bloodbath API

## Bloodbath API

- [Bloodbath API](https://docs.bloodbath.io/master.md): This guide is intended to give you an overview of Bloodbath's capabilities, let you schedule events, and provide tips for how to use Bloodbath.
- [Acquire your API key](https://docs.bloodbath.io/getting-started/acquire-your-api-key.md): Bloodbath APIs use API keys to authenticate requests.
- [Schedule your first event](https://docs.bloodbath.io/getting-started/schedule-your-first-event.md): Learn how to schedule your first event in less than 5 minutes
- [Being on the beta release](https://docs.bloodbath.io/getting-started/being-on-the-beta-release.md): You're currently on an early release of Bloodbath.
- [Working with REST](https://docs.bloodbath.io/api/rest.md): The Bloodbath API is organized around REST.
- [Working with GraphQL](https://docs.bloodbath.io/api/graphql.md): Bloodbath proposes a powerful GraphQL API.
- [What protocols can be used?](https://docs.bloodbath.io/faq/what-protocols-can-be-used.md)
- [What's the maximum payload size?](https://docs.bloodbath.io/faq/whats-the-maximum-payload-size.md)
- [What's the correct format to build headers?](https://docs.bloodbath.io/faq/whats-the-correct-format-to-build-headers.md)
- [Wrong format when sending my body over the REST API](https://docs.bloodbath.io/faq/wrong-format-when-sending-my-body-over-the-rest-api.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.bloodbath.io/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
