Bulletize

Extracts important bullet points from any paragraph given as prompt.

Text Summerization

English

LLM

Important Text Extraction

Usage

You can get started directly by fetching the base url given below + the model name you want to use and your query ex: ?q="I put my dogs in the back seat, drove to a dog park, played fetch for a few minutes, and then drove home.",
Base URL: https://freeaiapi.vercel.app/api/
However, if you want to see your API history and get optimized server response while traffic you can sign in to get a APIKEY and pass it as a last parameter (key).

URL : BASEURL + Bulletize + ?query="I put my dogs in the back seat, drove to a dog park, played fetch for a few minutes, and then drove home."&key="KEY(optional)"


const fetchData = async () => {
     const URL = Your URL;
     const response = await fetch(url);
     const data = await response.json();
     return data;
};

🔥 Bulletize demo

@2024 FreeAI Built with devotion by Axn. Source code on Github.

|