AI-generated Key Takeaways
-
The Digital Asset Links API discovers relationships between online assets like websites and mobile apps.
-
The API service is accessed at
digitalassetlinks.googleapis.com
. -
The
v1.assetlinks
collection allows checking if a relationship exists between source and target assets. -
The
v1.statements
collection allows listing all statements from a source that match a target and statement string.
API for discovering relationships between online assets such as web sites or mobile apps.
Service digitalassetlinks.googleapis.com
All URIs below are relative to https://digitalassetlinks.googleapis.com
Collection v1.assetlinks
Method | Description |
---|---|
|
GET /v1/assetlinks:check Determines whether the specified (directional) relationship exists between the specified source and target assets. |
Collection v1.statements
Method | Description |
---|---|
|
GET /v1/statements:list Retrieves a list of all statements from a given source that match the specified target and statement string. |