🎓Introduction
The FypFans API is built on top of Iridium - a custom system for websites and REST apis.
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.
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.
Path | Description |
---|---|
/respond | Write a viable chat response based on previous behaviour, writing style and specified parameters. |
/summarize | Summarize a chat conversation to a paragraph/shorthand format for recollection or notification purposes. |
/moderation/analyze | Perform a full analysis on a human-written string to check compliance with our chat rules. |
/moderation/attributes | Receive raw attributes used in the analysis endpoint without any post-processing. |
Global Routing list
URL
for the Global Routing list is not identical with a Project-Specific Routing list and is provided along with it.
Path | Description |
---|---|
/cache | Retreive an item from cache storage. |
Last updated