# API Documentation

- [API/Authentication](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation/api-authentication.md)
- [API/Get Notes](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation/api-get-notes.md)
- [API/Create Note](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation/api-create-note.md): Notes Create Note Creates a new note  POST  https://api.sully.ai / v1 / notes  Try it  cURL  Python  JavaScript  PHP  Go  Java  Copy curl --request POST \   --url https://api.sully.ai/v1/notes \   --h
- [API/Delete Note](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation/api-delete-note.md)
- [API/Create Note Style](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation/api-create-note-style.md)
- [API/Get Audio Transcription](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation/api-get-audio-transcription.md)
- [API/Delete Audio Transcription](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation/api-delete-audio-transcription.md)
- [API/Streaming](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation/api-streaming.md)
- [API/Supported Languages](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation/api-supported-languages.md)
- [API/Get Coding](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation/api-get-coding.md)
- [API/Create Coding](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation/api-create-coding.md)
- [API/Delete Coding](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation/api-delete-coding.md)
- [API/Text to Json](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation/api-text-to-json.md)
- [API/more](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation/api-more.md)


---

# 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://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/developer-guide/api-documentation.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.
