You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [**Inspect tool on Adobe Content Authenticity (Beta)**](https://verify.contentauthenticity.org) (often referred to as "ACA Inspect" or simply "Inspect") is a [C2PA conforming validator product](../conformance.mdx#validator-products) that validates and displays Content Credentials for various asset types.
10
+
The [**Inspect tool on Adobe Content Authenticity (Beta)**](https://inspect.cr) (often referred to as "ACA Inspect" or simply "Inspect") is a [C2PA conforming validator product](../conformance.mdx#validator-products) that validates and displays Content Credentials for various asset types.
11
11
12
12
<img
13
13
src={aca_inspect}
14
14
style={{
15
-
width: '500px',
15
+
width: '600px',
16
16
border: '1px solid #ccc',
17
17
}}
18
18
/>
@@ -21,12 +21,7 @@ For more information, see [Inspect Content Credentials](https://helpx.adobe.com/
21
21
22
22
## How to use Inspect
23
23
24
-
You can use Inspect to view Content Credentials for an asset in two ways:
25
-
26
-
-[Upload an asset file](#uploading-an-asset) from your local computer.
27
-
-[Use an asset URL](#using-an-asset-url).
28
-
29
-
Supported asset file types include:
24
+
You can use Inspect to view Content Credentials for the following asset file types:
When you first load the site and no asset is displayed on the page, Inspect shows the complete current list of supported file types.
37
32
:::
38
33
34
+
You can use Inspect in two ways:
35
+
36
+
-[Upload an asset file](#uploading-an-asset) from your local computer.
37
+
-[Use an asset URL](#using-an-asset-url).
38
+
39
39
### Uploading an asset
40
40
41
41
Click **Select a file from your device** then use the native picker or drag and drop a file to upload it and display information from the associated Content Credentials (if any) such as the author, the tools used to create the asset, and so on.
@@ -169,7 +169,7 @@ import verify_validation_error from '@site/static/img/verify-validation-error.pn
169
169
Inspect displays this warning if the `validation_status` array contains any elements. For example, here is an snippet from the manifest of an image with a hard binding hash mismatch error,
170
170
171
171
172
-
For example, a [this image](https://verify.contentauthenticity.org?source=https://spec.c2pa.org/public-testfiles/image/jpeg/adobe-20220124-E-dat-CA.jpg) with a hard binding hash mismatch error, as shown in [this manifest store](https://spec.c2pa.org/public-testfiles/image/jpeg/manifests/adobe-20220124-E-dat-CA/manifest_store.json):
172
+
For example, a [this image](https://inspect.cr?source=https://spec.c2pa.org/public-testfiles/image/jpeg/adobe-20220124-E-dat-CA.jpg) with a hard binding hash mismatch error, as shown in [this manifest store](https://spec.c2pa.org/public-testfiles/image/jpeg/manifests/adobe-20220124-E-dat-CA/manifest_store.json):
173
173
174
174
175
175
```
@@ -182,7 +182,7 @@ For example, a [this image](https://verify.contentauthenticity.org?source=https:
182
182
]
183
183
```
184
184
185
-
Another example that can result in this message is shown in [this image](https://verify.contentauthenticity.org?source=https://spec.c2pa.org/public-testfiles/image/jpeg/adobe-20220124-E-clm-CAICAI.jpg) with a missing referenced claim, as shown in [this manifest store](https://spec.c2pa.org/public-testfiles/image/jpeg/manifests/adobe-20220124-E-clm-CAICAI/manifest_store.json):
185
+
Another example that can result in this message is shown in [this image](https://inspect.cr?source=https://spec.c2pa.org/public-testfiles/image/jpeg/adobe-20220124-E-clm-CAICAI.jpg) with a missing referenced claim, as shown in [this manifest store](https://spec.c2pa.org/public-testfiles/image/jpeg/manifests/adobe-20220124-E-clm-CAICAI/manifest_store.json):
186
186
187
187
188
188
Another example that can result in this message is a missing referenced claim, as shown in snippet of manifest data:
Copy file name to clipboardExpand all lines: docs/getting-started/index.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,9 @@ import verify_unknown_source from '@site/static/img/verify-cc-unknown-source.png
93
93
94
94
The _C2PA trust list_ is a curated list of certification authorities (CAs) that are authorized to issue signing certificates for conforming generator products.
95
95
96
-
Conforming validator products such as the [Inspect tool on Adobe Content Authenticity (Beta)](https://verify.contentauthenticity.org) use the C2PA trust list to determine whether a Content Credential was issued using a certificate that can be traced back to a CA on the C2PA trust list.
96
+
Conforming validator products such as the [Inspect tool on Adobe Content Authenticity (Beta)](https://inspect.cr) use the C2PA trust list to determine whether a Content Credential was issued using a certificate that can be traced back to a CA on the C2PA trust list.
97
97
98
-
Before the introduction of the C2PA trust list, during the early adoption phase of C2PA the C2PA[Verify tool](https://verify.contentauthenticity.org) used [the interim trust list](trust-list.mdx) to determine which certificates were considered valid and prevent unknown signers from appearing as valid. Verify will be updated to use the official [C2PA trust list](conformance.mdx#c2pa-trust-lists).
98
+
Before the introduction of the C2PA trust list, during the early adoption phase of C2PA, the [Verify tool](https://verify.contentauthenticity.org) used [the interim trust list](trust-list.mdx) to determine which certificates were considered valid and prevent unknown signers from appearing as valid. Verify will be updated to use the official [C2PA trust list](conformance.mdx#c2pa-trust-lists).
99
99
100
100
## Identity
101
101
@@ -122,7 +122,7 @@ Embedding a manifest in an asset usually increases the size of the file. Two thi
122
122
123
123
### Storing a manifest in the cloud
124
124
125
-
In addition to storing the manifest with the asset, Adobe tools use the _Adobe Content Credentials Cloud_, a public, persistent storage option for attribution and history data. Publishing to this cloud keeps files smaller and makes Content Credentials more resilient, because if stripped from an asset they can be recovered by searching with the [C2PA Verify tool](https://verify.contentauthenticity.org/). On the other hand, embedding the manifest keeps the file self-contained and means no web access is required to validate.
125
+
In addition to storing the manifest with the asset, Adobe tools use the _Adobe Content Credentials Cloud_, a public, persistent storage option for attribution and history data. Publishing to this cloud keeps files smaller and makes Content Credentials more resilient, because if stripped from an asset someone can find them by searching with the [Inspect tool on Adobe Content Authenticity (Beta)](https://inspect.cr). On the other hand, embedding the manifest keeps the file self-contained and means no web access is required to validate.
126
126
127
127
Currently, Adobe Content Credentials Cloud (ACCC) is only available to Adobe tools, though in the future other credentials clouds may become available if other organizations want to host a credential service. Currently, most manifests will be embedded in assets since ACCC is specific to Adobe.
128
128
@@ -139,15 +139,15 @@ The example shown below illustrates one way to implement levels of disclosure:
139
139
140
140
- The Content Credentials pin <imgsrc={cr_pin}width="25" /> shown over the image indicates that the image has Content Credentials (level 1).
141
141
- Clicking on the pin displays level 2 information, and an **Inspect** button.
142
-
- Clicking the **Inspect** button opens the image on the [Verify site](https://verify.contentauthenticity.org/) that provides level 3 information.
142
+
- Clicking the **Inspect** button opens the image on [ACA Inpsect](https://inspect.cr/) that provides level 3 information.
143
143
144
144
<imgsrc={cai_levels}width="800" />
145
145
146
146
## Example uses
147
147
148
148
Numerous Adobe tools and products implement Content Credentials. For example, you can optionally attach credentials to images you create or modify using [Photoshop](https://helpx.adobe.com/photoshop/using/content-credentials.html) and [Lightroom](https://helpx.adobe.com/lightroom-cc/using/content-credentials-lightroom.html). Additionally, all images created using the [Firefly](https://blog.adobe.com/en/publish/2023/03/21/bringing-gen-ai-to-creative-cloud-adobe-firefly) generative AI tool automatically have attached Content Credentials. [Behance displays Content Credentials](https://www.behance.net/blog/cai-on-behance) if they are attached to media shared on the site, and still images provided through [Adobe Stock](https://stock.adobe.com/) automatically have Content Credentials attached. Other Adobe products also support Content Credentials.
149
149
150
-
The [Inspect tool on Adobe Content Authenticity (Beta)](https://verify.contentauthenticity.org) inspects image files and displays their Content Credentials if they exist. See [Using ACA Inspect](aca-inspect.mdx) for more information.
150
+
The [Inspect tool on Adobe Content Authenticity (Beta)](https://inspect.cr) inspects image files and displays their Content Credentials if they exist. See [Using ACA Inspect](aca-inspect.mdx) for more information.
151
151
152
152
Additionally, several other organizations have implemented CAI solutions, including:
0 commit comments