> For the complete documentation index, see [llms.txt](https://forcreaitors.gitbook.io/forcreaitors-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://forcreaitors.gitbook.io/forcreaitors-api-documentation/forcreaitors-terms-of-service.md).

# # ForCreaitors Terms of Service

## Terms of Service

**Last updated: April 7, 2026**

Please read these Terms of Service ("Terms") carefully before using the ForCreaitors platform ("Service") operated by ForCreaitors Inc. ("us", "we", "our").

By accessing or using our Service, you agree to be bound by these Terms. If you do not agree, please do not use the Service.

***

### 1. Acceptance of Terms

By creating an account or using ForCreaitors, you confirm that you are at least 18 years of age, have read and understood these Terms, and agree to be bound by them.

***

### 2. Description of Service

ForCreaitors is an AI-powered platform designed to help content creators manage brand deals, analyze contracts, estimate rates, and track analytics across social media platforms including TikTok and Instagram.

***

### 3. User Accounts

You are responsible for maintaining the confidentiality of your account credentials. You agree to notify us immediately of any unauthorized use of your account. ForCreators is not liable for any loss resulting from unauthorized use of your account.

***

### 4. Data and Privacy

We collect and process data in accordance with our Privacy Policy at [https://www.forcreaitors.com/english-privacy-policy](https://www.forcreators.com/english-privacy-policy).

By connecting third-party accounts (such as Instagram or TikTok) to ForCreaitors, you authorize us to access and store data from those platforms on your behalf for the purpose of providing our Service.

You may request deletion of your data at any time by contacting us at chriss[y@forcreaitors.co](mailto:privacy@forcreators.co)m.

***

### 5. Data Portability

ForCreators is applying for paricipation in the Data Transfer Initiative (DTI) and supports data portability standards. You have the right to:

* Access your data stored on ForCreaitors
* Request a copy of your data in a portable format
* Transfer your data to another service
* Request deletion of your data

To exercise any of these rights, contact us at [privacy@forcreaitors.co](mailto:privacy@forcreators.co)m.

***

### 6. Acceptable Use

You agree not to use ForCreaitors to:

* Violate any applicable laws or regulations
* Infringe on the intellectual property rights of others
* Upload malicious code or interfere with the platform
* Misrepresent your identity or affiliation
* Scrape or systematically extract data from the platform without authorization

***

### 7. Third-Party Integrations

ForCreaitors integrates with third-party platforms including Meta (Instagram) and TikTok. Your use of these integrations is also subject to the respective platform's terms of service. We are not responsible for changes to third-party APIs or platforms that affect our Service.

***

### 8. Intellectual Property

All content, features, and functionality of the ForCreaitors platform — including but not limited to software, text, graphics, and logos — are owned by ForCreaitors Inc. and protected by applicable intellectual property laws.

***

### 9. Disclaimer of Warranties

The Service is provided on an "as is" and "as available" basis without warranties of any kind, either express or implied. We do not warrant that the Service will be uninterrupted, error-free, or free of viruses or other harmful components.

***

### 10. Limitation of Liability

To the fullest extent permitted by law, ForCreators Inc. shall not be liable for any indirect, incidental, special, consequential, or punitive damages arising from your use of the Service.

***

### 11. Termination

We reserve the right to suspend or terminate your account at our sole discretion if you violate these Terms or engage in conduct we determine to be harmful to the platform or other users.

***

### 12. Changes to Terms

We may update these Terms from time to time. We will notify you of material changes by posting the updated Terms on this page with a new effective date. Continued use of the Service after changes constitutes acceptance of the updated Terms.

***

### 13. Governing Law

These Terms are governed by the laws of the State of Delaware, United States, without regard to conflict of law principles.

***

### 14. Contact Us

If you have questions about these Terms, contact us at:

**ForCreators Inc.** Email: chrissy[@forcreaitors.co](mailto:legal@forcreators.co)m Website: [https://www.forcreaitors.com](https://www.forcreators.com/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://forcreaitors.gitbook.io/forcreaitors-api-documentation/forcreaitors-terms-of-service.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
