Edit the API Name and Profile Picture in the config.json
exports.config = {
name: 'example',
author: 'Your_Name',
description: 'API Description',
category: 'utility',
link: ['/example?q=test']
};
exports.initialize = async function ({ req, res }) {
// your api code here
};You didn't need to add the API link in the html because it will be automatically show in website