Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 3.65 KB

overview.md

File metadata and controls

42 lines (25 loc) · 3.65 KB
description
Leverage the power of GitBook's API to create powerful integrations with your favorite tools and services.

Overview

The GitBook API allows you to read and write information across the spaces and pages you have access to in GitBook. You can do things like update permissions for members in an organization, create change requests, and much more.

This section describes how to use the GitBook API and its resources. If you have any questions or issues, please contact the GitBook Support.

API Endpoint

The GitBook API can be accessed using the api.gitbook.com hostname:

curl https://api.gitbook.com/v1/
{"version":"10.9.128","build":"2022-07-19T13:00:05.548Z"}

API Reference

API Reference

Learn more about the endpoints you can use from GitBook's REST API
reference
API Explorer

Try out the GitBook API and view responses
https://api-explorer.gitbook.dev/

Authentication & Rate Limiting

Authentication


Create an API access token and authenticate your API requests.

authentication.md

Rate Limiting


Understand how API requests are rate limited.

rate-limiting.md

Errors & Pagination

Errors


Learn about API errors, how they're structured and how to handle them.

errors.md

Pagination


Paginate through API List results.

pagination.md

Client Libraries

Libraries


Use our libraries to interact with the API.

librairies

Changelog & Feedback

API Changelog


Read about what changed with the API.

Broken link

Support


Share your feedback to improve the API and ensure it fits your needs.

support.md