AI Product Data Rights: Consent, Retention, and Reuse Across the Workflow
A single prompt can be governed by three contracts that never met each other. Your vendor's terms set one retention clock. Your customer agreement sets…

Research updated Sep 10, 2026
Key topics
A single prompt can be governed by three contracts that never met each other. Your vendor's terms set one retention clock. Your customer agreement sets another. Your own privacy notice promises a third. None of them agree, and the prompt does not care.
Hold that failure scene in your head for the next few thousand words. A team ships an AI feature. Legal signs off on the vendor's data processing addendum. Product publishes a privacy notice. Sales closes an enterprise customer on a standard master services agreement. Six months later, a deletion request arrives, and nobody can answer a simple question: where does this person's data actually live, and which clock is counting down on it?
The answer is not a policy. It is a map. And most teams do not have one.
One framing note before we start: this article is a diligence tool, not legal advice. The map below helps you find the questions that matter and the evidence that answers them. Whether a given processing activity is lawful, and whether a given promise is enforceable, depends on your jurisdiction, your role, and the facts of your system. Treat the operational rules here as review heuristics, and route the legal conclusions to counsel.
The Three Rule Sets That Govern One Prompt

When a user types into your AI feature, that input enters a stack of overlapping rule sets. Treating any single one as "the answer" is the most common mistake I see in AI product reviews.
Layer one: the model provider's terms. If you call a hosted model API, the provider's terms govern what happens to your request data on their side. These terms describe retention windows, whether your data trains their models, and what options exist to change those defaults. They are the vendor's promises to you.
Layer two: your agreement with your customer or user. If you sell to businesses, the contract you signed governs what you promised them about their data. If you serve consumers, your terms of service and privacy notice govern. These are your promises to them.
Layer three: your own published notice. Your privacy policy, your trust page, your security documentation. These are the commitments you made to the public, and they create obligations you have to reconcile with the other two layers.
A single API call can be governed by all three simultaneously, with different retention and reuse rules at each layer. The vendor might retain request data for abuse monitoring for thirty days. Your customer contract might require deletion within seventy-two hours of a request. Your privacy notice might say you retain data only as long as necessary to provide the service. Three clocks. One prompt. No automatic reconciliation.
The weak model here is treating vendor documentation as the whole answer. Vendor docs tell you what the vendor does. They do not tell you what you promised your customer, and they do not tell you what your privacy notice commits you to. A team that reads only the vendor's data controls page has answered maybe a third of the question.
The stronger model: AI data rights are a per-category, per-stage decision. Not a checkbox. Not a policy document. A decision you make for each kind of data, at each stage of its life, against each rule set that touches it.
Mapping Your Data Categories Before You Map Your Rights
You cannot answer rights questions until you know what you are asking about. "User data" is not a category. It is a bucket that hides at least six distinct things with different rights profiles.
User-submitted content. Prompts, uploads, chat messages, form inputs. This is the data the user knowingly handed you.
Customer business data. If you sell to businesses, this is the data their employees put into your product. It may include confidential business information, trade secrets, or regulated data the customer is responsible for protecting.
Licensed or third-party content. Data you acquired under a license, whether from a data vendor, a content partner, or a public dataset with terms attached. The license governs what you can do with it, and those terms may or may not survive into your AI pipeline.
Model outputs. What the model generates in response to a prompt. Ownership and reuse rights here are contractual, not automatic, and they vary by provider.
Derived artifacts. Embeddings, fine-tuned weights, cached summaries, vector index entries. This is the category teams forget most often, and it is the one that causes the most trouble.
Telemetry. Logs, latency metrics, error traces, usage analytics. Often treated as operational data rather than user data, which is exactly how it ends up in a deletion request you cannot fulfill.
Derived artifacts deserve their own paragraph. An embedding is a numerical representation of text that a model produces so the system can compare meaning rather than exact words. A fine-tuned model is a base model further trained on your data so it behaves differently for your use case. Both inherit rights questions from their inputs. If the input was personal data, the embedding may be personal data. If the input was licensed content, the fine-tuned weights may carry license restrictions. Teams that treat embeddings as "just vectors" and fine-tunes as "just model files" discover this during a deletion request, not before.
There is a second complication: inference risk. A model can infer sensitive attributes from inputs that were not sensitive on their face. Research on language models has shown they can predict attributes like political orientation or mental health status from ordinary text. That raises a question your review table has to answer: does an inferred attribute change how you classify the input, the embedding, or the output? The technical capability is documented. The legal classification is not settled, and it depends on the applicable regime.
If you have already done provenance work on your training inputs, this is where that diligence pays off. You do not need to re-verify what you already documented. You need to carry those findings forward into the categories above, because a licensed dataset with unclear provenance becomes a derived-artifact problem the moment you fine-tune on it.
Consent: What You Can Actually Promise
Consent in AI products has a structural problem: purpose limitation breaks when the system's behavior evolves after collection.
Purpose limitation is the principle that data collected for one purpose should not be used for another without a new basis. It works cleanly when the purpose is fixed. It works badly when the model is updated quarterly, the downstream use cases expand, and the evaluation pipeline was not part of the original plan.
Consent obtained for one processing purpose does not automatically cover fine-tuning, evaluation, or human review. If a user agreed to let you process their input to generate a response, that is not the same as agreeing that you will use their input to improve your model, or that a human reviewer will read it to check quality. Each of those is a distinct processing purpose, and each needs its own basis.
This is also where teams confuse consent with notice. Telling users what you do is not the same as obtaining permission. A privacy notice is disclosure. Consent is one possible legal basis for processing. You can have perfect disclosure and still lack a valid basis if the processing exceeds what the user agreed to.
The open question, and I want to be honest that it is open: whether meaningful consent is achievable for inference-heavy systems at all. When the model's behavior depends on inputs from many users, when outputs are probabilistic, and when downstream uses are hard to predict at collection time, the gap between what a user can understand and what they are actually agreeing to may be unbridgeable. Some researchers have argued this directly, noting that the complexity and opacity of AI systems make it difficult for individuals to fully understand how their data will be collected, processed, and used.
What should you do when consent is not achievable? You have three honest options. Narrow the processing to what consent can cover. Find a different legal basis, such as legitimate interest or contract necessity, and document why it applies. Or do not process the data. What you should not do is write a privacy notice that implies consent you do not have.
Retention: Reading the Actual Windows
Retention is not a number. It is a set of clocks, and they run at different speeds for different reasons.
Take a concrete example from a major provider's published data controls. The documentation separates several distinct columns for each API endpoint: whether data is used for training, how long abuse-monitoring logs are retained, how long application state persists, and whether the endpoint is eligible for zero-data-retention or modified-monitoring options. These are not the same clock. A single endpoint can show "no training use," "thirty-day abuse monitoring," "application state until deleted," and "zero-data-retention eligible" all at once.
Read that carefully. The thirty-day abuse-monitoring window is a safety and compliance retention. The application-state window, which covers things like conversation threads, vector stores, and uploaded files, often persists until you delete it. That last detail matters more than it looks: if application state persists until deleted, the deletion burden is on you, not the vendor.
Zero-data-retention and modified-monitoring options exist, but they carry eligibility limits and exceptions. The same documentation notes that certain content, such as images flagged by a safety classifier, may be retained for manual review even when zero-data-retention is enabled. Safety review carve-outs are common and are usually non-negotiable. Do not assume that "zero retention" means zero.
The decision rule I use: never accept a retention claim without identifying which clock it refers to. "We retain your data for thirty days" is not a fact. It is an incomplete sentence. Thirty days for what? Under which condition? Deleted by whom?
When you read vendor documentation, build a small table. One row per endpoint or feature you use. Columns for training use, abuse-monitoring retention, application-state retention, and eligibility for stricter options. Then compare that table against your customer contracts and your privacy notice. The gaps between the three are your actual risk surface.
Reuse: Training, Fine-Tuning, and the Boundary You Control
Reuse is where the rights questions get sharpest, because there are two very different kinds of reuse and teams routinely conflate them.
Provider training on your data. This is the vendor using your inputs to improve their models. Some providers commit to not doing this by default in their enterprise offerings, and some make the commitment contractual. Microsoft, for example, states that customer data in its enterprise AI services is not used in undisclosed ways or without permission, and that fine-tuned models created with customer data are available only to that customer. That is a vendor claim backed by contract language, which is stronger than a marketing page but still something to verify in the actual agreement you sign.
Your fine-tuning on customer data. This is you taking a base model and training it further on data you hold. The rights questions here are yours to answer, not the vendor's. If the data came from a customer, does your contract permit fine-tuning? If it came from multiple customers, can you fine-tune on the combined set, or does each tenant need its own model? The second question is architectural as much as legal. A single-tenant fine-tune is a different product than a shared one, and the rights profile differs accordingly.
Then there is the question of rights to AI-generated data. Output ownership is contractual, not automatic. It depends on the provider's terms and, in some cases, on the jurisdiction. Some providers grant customers ownership of outputs. Some grant a license. Some are silent. Read the terms rather than assuming.
The unresolved question, and I will flag it as unresolved: whether outputs derived from licensed inputs carry downstream restrictions. If you fine-tune on licensed content and the model generates something that resembles that content, does the license's reuse restriction travel with the output? The law here is still developing. The practical move is to document your inputs, document your license terms, and be prepared to answer the question rather than assume the answer is favorable.
Disclosure, Deletion, and the Contract Clauses That Decide Both
Two operational obligations cause the most pain in AI products: disclosure and deletion. Both are decided by contract language that most teams read too quickly.
Deletion is a pipeline problem, not a button. When a user asks you to delete their data, you are not deleting one record. You are deleting from primary storage, backups, logs, caches, vector indexes, and any derived artifacts built from that data. If you fine-tuned a model on their data, you may need to retrain or roll back. If you embedded their content, you need to remove the embedding and any index entries that reference it. The deletion path is a design decision you make when you build the pipeline, not a feature you bolt on later.
Disclosure obligations extend to subprocessors and downstream model providers. A subprocessor is any third party that handles data on your behalf, and a hosted model API provider usually qualifies. Your customer contract may require you to list subprocessors and notify customers of changes. Many teams cannot enumerate their subprocessors because the list lives in three different places and nobody owns it. That is a diligence gap, and it shows up during customer security reviews.
The clauses worth reading closely, in my experience, and the specific map failure each one resolves:
- Indemnification scope. An indemnity is a contractual promise to cover certain claims. Indemnities typically cover specific claim types under specific conditions. Google's generative AI indemnity, for example, is structured in two parts: one covering allegations that Google's use of training data infringes third-party IP, and one covering allegations that generated output infringes third-party IP. The second applies to specific products and assumes the customer is following responsible AI practices. The headline is "we indemnify you." The scope is "for these claims, under these conditions, on these products." The scope matters more than the headline. Read it against your output-reuse row.
- Data-use restrictions. What can the vendor do with your data? Training, benchmarking, service improvement, aggregate analytics? Each is a distinct permission. This clause decides your reuse column.
- Subprocessor lists and change notification. Can you see who touches your data, and will you be told when that changes? This clause decides your disclosure row.
- Deletion timelines. How long after a request must deletion complete, and does it cover backups and derived artifacts? This clause decides whether your deletion path is real or aspirational.
- Audit rights. Can you verify any of the above, or are you relying on the vendor's word? This clause decides the confidence level you can honestly record.
These clauses appear in ordinary data processing addenda. The problem is that AI products add new categories, derived artifacts and model weights, that older contract templates do not address. If your DPA was written before your product had an AI feature, it probably does not cover fine-tuned models or embeddings. That is a gap worth closing.
Where the Rules Are Still Moving
I want to separate what is settled from what is not, because the difference determines what you build against now versus what you monitor. Treat the following as a snapshot of the current state, not a permanent description.
Settled enough to build against: Vendor retention windows are documented in provider data-controls pages and can be pinned down in your own agreement. Zero-data-retention and modified-monitoring options exist with defined eligibility. Indemnities exist with defined scope. These are the mechanics you can design your pipeline around today, provided you verify them in the contract you actually signed rather than the marketing page you read.
Contested and active: Training on publicly available content remains legally contested. The New York Times' copyright case against OpenAI is ongoing, and the U.S. Department of Justice has filed a statement supporting OpenAI's fair-use argument, while the Times argues the administration is siding with AI companies against creators. This is a live dispute with no final answer. Do not build a strategy that assumes either outcome.
Still being implemented: Regulatory frameworks are in the implementation phase, not the settled phase. Compliance claims from vendors should be read as current-state assertions, not permanent guarantees. The rules will change, and the contracts will change with them.
Treat vendor commitments as claims to verify. When a vendor says your data is not used for training, that is a claim. It may be backed by contract language, which makes it stronger than a marketing page, but it is still a claim you should be able to point to in the agreement you signed. If you cannot find the clause, you do not have the commitment.
What should you not assume? That any of this is permanent. That a vendor's current posture will survive a change in leadership or a regulatory shift. That your privacy notice, written before your AI feature existed, accurately describes what your AI feature does.
A Data-Rights Review You Can Run This Week
Here is the process I would run, and I would run it against one shipped feature before running it against the roadmap. The shipped feature will teach you more in an afternoon than a planning exercise will teach you in a month.
Build a table. One row per data category in your AI feature. Columns:
- Data category. User content, customer business data, licensed content, model outputs, derived artifacts, telemetry.
- Source. Where did this data come from, and under what terms?
- Processing purpose. What is this data being used for in this row? Generation, fine-tuning, evaluation, human review, analytics? A row without a purpose cannot be reviewed.
- Role. Are you a controller, a processor, or something else for this data? The answer changes which obligations attach.
- Consent basis. What is the legal basis for processing it? Consent, contract, legitimate interest, other?
- Governing document or clause. Which contract, notice, or vendor term actually supports the answer in the previous column? Name the document and the clause. If you cannot point to the text, the answer is an assumption, not a position.
- Retention clock. Which clock applies, and who controls it? Vendor, you, or the customer?
- Reuse permission. Can it be used for training, fine-tuning, evaluation, human review? By whom?
- Deletion path. How does a deletion request propagate through this category, including backups and derived artifacts?
- Confidence. Verified, inferred, or unknown. Mark the unknowns honestly.
- Contract owner. Who is the named person responsible for this row?
That last column is the one that matters most. Unowned rows are the ones that fail review. Every row needs a name, not a team.
Run the table against one feature. Fill in what you know. Mark what you do not know. The unknowns are your actual risk surface, and they are more useful than a compliance checklist because they are specific to your system.
Then assign owners and close the gaps. The teams that build this map early turn a recurring legal review into a reusable asset. The teams that do not rebuild the same map under deadline every time a customer asks a security questionnaire.
If you want to go deeper, the next skills worth building are reading data protection addenda closely enough to spot AI-specific gaps, designing deletion-aware pipelines so that deletion is a property of the architecture rather than a manual process, and building a diligence record for model selection that captures what you verified and what you could not. Those three skills compound. Each one makes the next review faster.
The decision rule to carry out of this article: if you cannot name the processing purpose, the retention clock, the reuse permission, and the deletion path for a data category, you do not yet have a data-rights position. You have an assumption. Assumptions are fine as long as you know which ones you are making. The trouble starts when they are the ones you forgot to write down.
References
- Ethical Implications of AI in Data Collection
- Protecting the data of our commercial and public sector customers in the AI era - Microsoft On the Issues
- Protecting customers with generative AI indemnification | Google Cloud Blog
- Data controls in the OpenAI platform
- Trump administration backs OpenAI in New York Times' copyright case over training of chatbots - AP News


