For the complete documentation index, see llms.txt. This page is also available as Markdown.

Query an Alias

Here we will show you how you retrieve a single document behind an alias.

<?php
$document = $api->getAlias('legalNotice')->execute();

Last updated