# Caption.Ed Developer Docs

## Overview

Caption.Ed provides a broad range of API endpoints and webhooks to extend your application by utilising our technology. Here you will find documentation on how to acess the API, explore references on the various endpoints we offer and follow specific guides to help you get setup quickly and easily.

## Getting Started

At this time the Caption.Ed API is private. To follow any of the guides below you will need to have developer mode enabled on your Caption.Ed account. You can [request this here](https://help.caption-ed.com/support/tickets/new) by providing details of your integration and what Caption.Ed email you are using. Once enabled you will be able to register your own applications using the following guide.

{% content-ref url="registering-an-application" %}
[registering-an-application](https://docs.carescribe.io/registering-an-application)
{% endcontent-ref %}

## Guides

{% content-ref url="guides/transcribing-media" %}
[transcribing-media](https://docs.carescribe.io/guides/transcribing-media)
{% endcontent-ref %}

## References

{% content-ref url="api-authentication" %}
[api-authentication](https://docs.carescribe.io/api-authentication)
{% endcontent-ref %}

{% content-ref url="api-reference" %}
[api-reference](https://docs.carescribe.io/api-reference)
{% endcontent-ref %}

## Help

If you need any help or access to the API [contact us here](https://help.caption-ed.com/support/tickets/new).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.carescribe.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.
