# Introduction

{% hint style="info" %}
The contents of this documentation are available for public viewing with the intent to be as open about the technology used for our platform as possible.
{% endhint %}

All API endpoints have a Postman collection available to developers of Discords.com, FypFans, EssayPro and FindModels developers.

***

### Project-Specific Routing list

`URL` for internal use is only provided to staff members by a member of project management or DevOps. The following routes are only available under the **project URL.**

<table><thead><tr><th width="224">Path</th><th>Description</th></tr></thead><tbody><tr><td>/respond</td><td>Write a viable chat response based on previous behaviour, writing style and specified parameters.</td></tr><tr><td>/summarize</td><td>Summarize a chat conversation to a paragraph/shorthand format for recollection or notification purposes.</td></tr><tr><td>/moderation/analyze</td><td>Perform a full analysis on a human-written string to check compliance with our chat rules.</td></tr><tr><td>/moderation/attributes</td><td>Receive raw attributes used in the analysis endpoint without any post-processing.</td></tr></tbody></table>

### Global Routing list

`URL` for the Global Routing list is not identical with a Project-Specific Routing list and is provided along with it.

<table><thead><tr><th width="223">Path</th><th>Description</th></tr></thead><tbody><tr><td>/cache</td><td>Retreive an item from cache storage.</td></tr></tbody></table>
