import { SyllableSDK } from "syllable-sdk";
const syllableSDK = new SyllableSDK({
apiKeyHeader: process.env["SYLLABLESDK_API_KEY_HEADER"] ?? "",
});
async function run() {
const result = await syllableSDK.pronunciations.pronunciationsGetMetadata();
console.log(result);
}
run();{
"entries": 123,
"hash": "<string>",
"source": ""
}import { SyllableSDK } from "syllable-sdk";
const syllableSDK = new SyllableSDK({
apiKeyHeader: process.env["SYLLABLESDK_API_KEY_HEADER"] ?? "",
});
async function run() {
const result = await syllableSDK.pronunciations.pronunciationsGetMetadata();
console.log(result);
}
run();{
"entries": 123,
"hash": "<string>",
"source": ""
}