Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.anchorbrowser.io/v1/projects/{projectId}/metadata \ --header 'anchor-api-key: <api-key>'
{ "name": "<string>", "domain": "<string>", "logo_url": "<string>" }
Returns lightweight project metadata (name, domain, logo).
API key passed in the header
Project metadata retrieved successfully.
Was this page helpful?