Skip to main content
GET
/
api
/
v1
/
pronunciations
/
metadata
Typescript (SDK)
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": ""
}

Documentation Index

Fetch the complete documentation index at: https://docs.syllable.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Syllable-API-Key
string
header
required

Response

200 - application/json

Successful Response

Audit metadata associated with a dictionary.

entries
integer
required
hash
string
required
source
string
default:""