Get Metadata
Get metadata by website ID
get/api/beta/metadata
Returns all metadata by website ID
Returns
idstring
optional
llmProviderstring
optional
promptsarray of object
optional
textstring
optional
curl https://api.joinanvil.com/api/beta/api/beta/metadata \
-H "Authorization: Bearer $ANVIL_API_KEY"200 Example
[
{
"id": "id",
"llmProvider": "llmProvider",
"prompts": [
{
"id": "id",
"language": "ENGLISH",
"text": "text"
}
],
"text": "text"
}
]