<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.3.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-abaris-aicdh-00" category="info" submissionType="independent" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title abbrev="AI-Disclosure Header">AI Content Disclosure Header</title>
    <seriesInfo name="Internet-Draft" value="draft-abaris-aicdh-00"/>
    <author fullname="Dogu Abaris">
      <organization>Individual Contributor</organization>
      <address>
        <email>abaris@null.net</email>
      </address>
    </author>
    <date year="2025" month="April" day="30"/>
    <area>Applications</area>
    <workgroup>Independent Submission</workgroup>
    <keyword>AI</keyword>
    <keyword>disclosure</keyword>
    <keyword>http</keyword>
    <keyword>content transparency</keyword>
    <keyword>machine-readable</keyword>
    <keyword>metadata</keyword>
    <abstract>
      <?line 63?>

<t>This document proposes a machine-readable Hypertext Transfer Protocol (HTTP) response header field, <tt>AI-Disclosure</tt>, to disclose the presence and degree of Artificial Intelligence (AI) generated or AI-assisted content in web responses. The header is designed for compatibility with HTTP structured field syntax and provides metadata for user agents, bots, and archiving systems. It supports layered disclosure strategies alongside human-readable and structured metadata formats.</t>
    </abstract>
  </front>
  <middle>
    <?line 67?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>As AI-generated content proliferates across the web, users <xref target="BV-Report"/>, platforms, and regulators increasingly demand transparent disclosure of algorithmic involvement in content creation <xref target="PAI-Framework"/>. Existing approaches to disclosure (e.g., HTML disclaimers) lack machine-readability <xref target="GV-Prov"/>, making automation, indexing, and compliance challenging.</t>
      <t>This document defines the <tt>AI-Disclosure</tt> HTTP header field, providing a lightweight, machine-readable mechanism focused specifically on signaling the presence and mode of AI involvement in the generation of an HTTP response's content. It utilizes HTTP Structured Fields <xref target="RFC9651"/> to offer a simple dictionary format directly within the HTTP response headers.</t>
      <t>The goal of <tt>AI-Disclosure</tt> is to offer a low-overhead, easily parsable signal primarily for automated systems like web crawlers, archiving tools, or user agents that may need a quick indication of AI usage without processing complex manifests. This header is intended to be applied at the entire response level.</t>
      <t>It is important to distinguish this mechanism from more comprehensive content provenance and authenticity frameworks like the Coalition for Content Provenance and Authenticity (C2PA) specification <xref target="C2PA-Spec"/>. C2PA provides richer, cryptographically signed assertions about content provenance, potentially covering detailed creation/modification history and applying to specific regions within an asset ("Regions of Interest"). C2PA information can be linked via methods including the HTTP <tt>Link</tt> header <xref target="RFC8288"/> pointing to an associated manifest.</t>
      <t><tt>AI-Disclosure</tt> can be seen as complementary to such systems within a layered disclosure strategy. While C2PA offers strong, verifiable, and granular provenance, <tt>AI-Disclosure</tt> provides a simpler, advisory signal directly in the HTTP interaction for basic AI involvement awareness. Systems requiring high assurance or sub-resource granularity should utilize frameworks like C2PA.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <section anchor="acronyms-and-abbreviations">
        <name>Acronyms and Abbreviations</name>
        <t>AI: Artificial Intelligence</t>
        <t>HTTP: Hypertext Transfer Protocol</t>
        <t>C2PA: Content Provenance and Authenticity, refers to the specification developed by the Coalition for Content Provenance and Authenticity</t>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="field-definition">
      <name>Field Definition</name>
      <t>The <tt>AI-Disclosure</tt> field is defined as a Structured Field of type Dictionary, as described in <xref target="RFC9651"/>.</t>
      <table>
        <thead>
          <tr>
            <th align="left">Header Field Name</th>
            <th align="left">Structured Type</th>
            <th align="left">Template</th>
            <th align="left">Protocol</th>
            <th align="left">Status</th>
            <th align="left">Reference</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">AI-Disclosure</td>
            <td align="left">Dictionary</td>
            <td align="left">(blank)</td>
            <td align="left">http</td>
            <td align="left">provisional</td>
            <td align="left">[this document]</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="field-syntax">
      <name>Field Syntax</name>
      <t>The <tt>AI-Disclosure</tt> field value <bcp14>MUST</bcp14> conform to the syntax for Dictionary structures defined in Section 3.2 of <xref target="RFC9651"/>. Each key in the dictionary conveys a distinct aspect of AI disclosure.</t>
      <section anchor="example">
        <name>Example</name>
        <artwork><![CDATA[
AI-Disclosure: mode=ai-originated;
               model="gpt-4";
               provider="OpenAI";
               reviewed-by="editorial-team";
               date=@1745286896
]]></artwork>
      </section>
      <section anchor="field-keys">
        <name>Field Keys</name>
        <table>
          <thead>
            <tr>
              <th align="left">Key</th>
              <th align="left">Type</th>
              <th align="left">Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>mode</tt></td>
              <td align="left">Token</td>
              <td align="left">Indicates the nature of AI involvement: <tt>none</tt>, <tt>ai-modified</tt>, <tt>ai-originated</tt>, <tt>machine-generated</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>model</tt></td>
              <td align="left">String</td>
              <td align="left">Identifier of the AI model used (e.g., <tt>gpt-4</tt>)</td>
            </tr>
            <tr>
              <td align="left">
                <tt>provider</tt></td>
              <td align="left">String</td>
              <td align="left">Organization providing the AI system</td>
            </tr>
            <tr>
              <td align="left">
                <tt>reviewed-by</tt></td>
              <td align="left">String</td>
              <td align="left">Entity or team who reviewed the AI content</td>
            </tr>
            <tr>
              <td align="left">
                <tt>date</tt></td>
              <td align="left">Date</td>
              <td align="left">Generation timestamp as a numeric epoch value, conforming to RFC9651.</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="semantics">
      <name>Semantics</name>
      <t>The <tt>AI-Disclosure</tt> header field is an optional and advisory header providing information about the use of AI in generating the response content. Its presence indicates voluntary disclosure by the server. Absence of the header implies nothing about AI usage.</t>
      <t>The meaning of the header is primarily defined by the <tt>mode</tt> key, whose possible values are described below:</t>
      <table>
        <thead>
          <tr>
            <th align="left">Mode Value</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">
              <tt>none</tt></td>
            <td align="left">Indicates that AI was not used in the creation or substantive modification of the content.</td>
          </tr>
          <tr>
            <td align="left">
              <tt>ai-modified</tt></td>
            <td align="left">Indicates AI was used to assist with or modify content primarily created by humans. The source material was not AI-generated. Examples include AI-based grammar checking, style suggestions, or generating highlights or summaries of human-written text.</td>
          </tr>
          <tr>
            <td align="left">
              <tt>ai-originated</tt></td>
            <td align="left">Indicates the core content was initially generated by AI but subsequently reviewed, edited, or significantly guided by humans. This suggests human oversight for accuracy or appropriateness, even if the originality for copyright purposes might be affected.</td>
          </tr>
          <tr>
            <td align="left">
              <tt>machine-generated</tt></td>
            <td align="left">Indicates the content was primarily or entirely generated by AI with minimal or no human intervention or review post-generation. AI may be responsible for substantive assertions or conclusions.</td>
          </tr>
        </tbody>
      </table>
      <t>Other keys like <tt>model</tt>, <tt>provider</tt>, <tt>reviewed-by</tt>, and <tt>date</tt> provide optional, additional context about the AI model used, the provider, human review, or the generation time, respectively.</t>
      <t>Recipients should treat this header as informational only and refer to the Security Considerations (Section 7) regarding its trustworthiness.</t>
      <t><strong>Note:</strong> The <tt>AI-Disclosure</tt> header applies to the entire content of the HTTP response payload. The <tt>ai-modified</tt> and <tt>ai-originated</tt> values indicate AI involvement, but this header does not provide information about specific locations or the exact nature of the partial involvement. For expressing provenance information about specific parts of a resource, more comprehensive mechanisms such as C2PA <xref target="C2PA-Spec"/> should be used. The distinction between <tt>ai-modified</tt> and <tt>ai-originated</tt> aims to address whether the foundational content was human or AI, reflecting concerns about originality and the nature of the transformation. The distinction between <tt>ai-originated</tt> and <tt>machine-generated</tt> primarily reflects the level of human review or intervention post-generation.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The <tt>AI-Disclosure</tt> field is intended to provide advisory metadata about AI-generated or AI-assisted content and does not include any form of integrity protection. As such, the field can be trivially spoofed or altered by intermediaries unless the response is delivered over a secure transport such as HTTPS.</t>
      <t>Clients and intermediaries <bcp14>MUST NOT</bcp14> rely on the presence, absence, or value of the <tt>AI-Disclosure</tt> field for making security-critical decisions. The field is not authenticated and <bcp14>SHOULD</bcp14> be treated as untrusted input.</t>
      <t>This document does not define any mechanisms for cryptographic verification or provenance validation of the header's content. Implementations that require trustworthy disclosure metadata <bcp14>SHOULD</bcp14> rely on additional application-layer integrity mechanisms or signed metadata systems, such as those defined by C2PA <xref target="C2PA-Spec"/>.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA is requested to register the <tt>AI-Disclosure</tt> header field in the "Hypertext Transfer Protocol (HTTP) Field Name Registry" maintained at <eref target="https://www.iana.org/assignments/http-fields/">https://www.iana.org/assignments/http-fields/</eref>, according to the procedures outlined in <xref target="RFC9110"/>.</t>
      <table>
        <thead>
          <tr>
            <th align="left">Header Field Name</th>
            <th align="left">Applicable Protocol</th>
            <th align="left">Status</th>
            <th align="left">Reference</th>
            <th align="left">Structured Type</th>
            <th align="left">Notes</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">AI-Disclosure</td>
            <td align="left">http</td>
            <td align="left">provisional</td>
            <td align="left">[this document]</td>
            <td align="left">Dictionary</td>
            <td align="left">Discloses AI involvement in content creation</td>
          </tr>
        </tbody>
      </table>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC9110">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="RFC9651">
          <front>
            <title>Structured Field Values for HTTP</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="P-H. Kamp" surname="P-H. Kamp"/>
            <date month="September" year="2024"/>
            <abstract>
              <t>This document describes a set of data types and associated algorithms that are intended to make it easier and safer to define and handle HTTP header and trailer fields, known as "Structured Fields", "Structured Headers", or "Structured Trailers". It is intended for use by specifications of new HTTP fields.</t>
              <t>This document obsoletes RFC 8941.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9651"/>
          <seriesInfo name="DOI" value="10.17487/RFC9651"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8288">
          <front>
            <title>Web Linking</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="October" year="2017"/>
            <abstract>
              <t>This specification defines a model for the relationships between resources on the Web ("links") and the type of those relationships ("link relation types").</t>
              <t>It also defines the serialisation of such links in HTTP headers with the Link header field.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8288"/>
          <seriesInfo name="DOI" value="10.17487/RFC8288"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="C2PA-Spec" target="https://c2pa.org/specifications/specifications/2.1/specs/C2PA_Specification.html">
          <front>
            <title>C2PA Specification Version 2.1</title>
            <author>
              <organization>Coalition for Content Provenance and Authenticity (C2PA)</organization>
            </author>
            <date year="2024" month="July"/>
          </front>
        </reference>
        <reference anchor="PAI-Framework" target="https://syntheticmedia.partnershiponai.org/">
          <front>
            <title>PAI's Responsible Practices for Synthetic Media: A Framework for Collective Action</title>
            <author>
              <organization>Partnership on AI</organization>
            </author>
            <date year="2023" month="February" day="27"/>
          </front>
        </reference>
        <reference anchor="BV-Report" target="https://bigvalley.co/wp-content/uploads/2024/11/BV-AI-Research-Report.pdf">
          <front>
            <title>AI Disclosure and Transparency: Closing the Trust Gap</title>
            <author>
              <organization>Big Valley Marketing</organization>
            </author>
            <date year="2024" month="November"/>
          </front>
        </reference>
        <reference anchor="GV-Prov" target="https://www.globalvoices.org.au/post/content-provenance-and-disclosure-requirements-for-ai-generated-content-on-digital-and-traditional-m">
          <front>
            <title>Content Provenance and Disclosure Requirements for AI Generated Content on Digital and Traditional Media Platforms</title>
            <author initials="S." surname="Hofmann">
              <organization/>
            </author>
            <date year="2025" month="March" day="31"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 180?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The author thanks Michael Andrews from Teradata for helpful comments and feedback on early staging of this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
uYLjRlP6SL9teG/VATHUHuFau0vn449e/vOLBB2yu8gsS3evSHzRgRnTieMa
Z+Vwyg5Bzj054vwlByrHSxcqYZZm5U6WecNXGcutkwu/68MBuy1z5W/NgyFz
WzEHYOkRCoN0K0HS8lql27cAYPIBpxDoo9x5OGJo54yubSs4QJlydK07pXc8
3BcQ6nphHkI3K4Eij7/ktl6FMYqUhi7KQHeifdg5C5LRTrrhfo/1QXT6Vi9L
zWVWlJSV7DI5Va3aZv9ivNOWq71YWQPD5pg/vL7zF0JJSHcHPgXs6nSU6zpn
N7qqDpdVzqNxVu3frxl491ENGoDoOewEPwh8sn+TMuabrgHSBuz45Gn4zoa/
KJsGCDRcaQ5K0V2nxvZ2vHi52LM1ntTuOkqx0BvDV434Xt8IgnEjwGFp8jNe
+en72eKE96+3E+AITEvXQG/El8OXn7Qs3UuEZLJZyW8yHdCCmI+2B19NKSk0
LtL6MMlX4Cm3ZuEA8q43+9a/rOla7HsNdmR5/r1W9wahJ5zaQNQ+78qH0D4P
BcVOSx4zFNntL6hUbqrsbq73PrLm58x8tKDcb9Dv9N0D5x9pv++19K+7l/Fc
8fWxl3au3ftIS5lcEHQXyUVpNrlKM4ZB9MPcvbGs0ocTfkV58qMLG+51PDLR
8gJ+T8OMEJ0WJQLwxrr3Ec4A/vAO1lrl1aqlCFwUwXuulErpZDJYJWvy5I3M
QiNowOks+g9VTL2Qzi0AAA==

-->

</rfc>
