Welcome to Unyapify, a straightforward API designed to shorten text effortlessly. Whether you're looking to condense messages, links, or any other text, Unyapify is here to help.
- Easy to Use: Unyapify provides a simple interface to shorten text.
- Fast Response: Get your shortened text almost instantly.
- Customizable: You can adjust settings to fit your needs.
- Local AI Integration: Leverage AI to improve text shortening.
- Express Framework: Built on Express.js for efficient handling of requests.
To get started with Unyapify, you can download the latest release from here. Follow these steps:
- Download the release file.
- Extract the contents.
- Open your terminal and navigate to the extracted folder.
- Run
npm installto install dependencies. - Start the server with
npm start.
Once you have Unyapify up and running, you can start using it right away. Here’s a quick guide on how to use the API:
- Send a POST request to the
/shortenendpoint with the text you want to shorten. - The API will return the shortened version of your text.
Here’s a simple example using curl:
curl -X POST http://localhost:3000/shorten -H "Content-Type: application/json" -d '{"text": "Your long text here."}'You will receive a response like this:
{
"shortenedText": "Your shortened text here."
}-
Description: Shortens the provided text.
-
Request Body:
text: The text you want to shorten.
-
Response:
shortenedText: The shortened version of the text.
- Description: Checks the health of the API.
- Response:
status: Returns "OK" if the API is running.
We welcome contributions to Unyapify! If you have ideas for improvements or want to report bugs, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push to your branch.
- Create a pull request.
Your contributions help us make Unyapify better!
Unyapify is licensed under the MIT License. See the LICENSE file for more information.
For any inquiries or feedback, please reach out to us:
- Email: support@unyapify.com
- GitHub: Unyapify Repository
Feel free to visit our Releases section for updates and new features.
Thank you for checking out Unyapify! We hope it meets your text shortening needs.