cURL
curl --request POST \ --url https://gogs.example.com/api/v1/markdown \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "text": "<string>", "context": "<string>" } '
"<string>"
Documentation IndexFetch the complete documentation index at: https://gogs.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://gogs.io/llms.txt
Use this file to discover all available pages before exploring further.
Personal access token. Use format: token {YOUR_ACCESS_TOKEN}
Repository context URL
Rendered HTML
The response is of type string.
string