# API / URL Scheme

The API and URL Scheme provides the possibility for other software to interact directly with flomo, but it requires you to have some software development skills.

If you don't have any, you can go to the extension center and use the extension tools provided by others.

If you have an entry, feel free to submit it here.

## API

flomo provides an easy to call logging API.

You can visit : <https://flomoapp.com/mine?source=incoming_webhook>

## URL Scheme

| url                               | Action                                                |
| --------------------------------- | ----------------------------------------------------- |
| flomo://                          | open flomo app                                        |
| flomo://create                    | open flomo app , activate input box                   |
| flomo://create?content={$content} | open flomo app , activate input box and paste content |

## Feedback

We're looking forward to your feedback. [Click here to give feedback.](http://flomoapp.mikecrm.com/n8Q5VtN) Or join our [discord](https://discord.gg/z2wHUKjab2)


---

# 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://help.flomo.app/api/api-url-scheme.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.
