Plaraphy API

Plaraphy API is a powerful and lightning-fast text analysis tool that offers a range of features including rewriting, plagiarism detection and more. With its one-for-all capability, it serves as a comprehensive API for NLP tasks. Whether you need to analyze large volumes of text or simply improve your writing, Plaraphy API has got you covered.

About the API:

Plaraphy API is an innovative and versatile text analysis tool that offers a comprehensive API for Natural Language Processing (NLP) tasks. With its fast and efficient performance, Plaraphy API serves as an all-in-one solution for various text analysis needs, including rewriting, plagiarism detection, and more.

One of the key features of Plaraphy API is its paraphrasing tool, which enables users to rewrite their text with ease. All users need to do is paste their text in the given box, click on the "Paraphrase" button, and wait for a few seconds. The paraphrased text will be returned to them in no time. This tool is highly useful for bloggers, writers, and researchers who need to produce original content on a regular basis.

Another notable feature of Plaraphy API is its ability to process up to 1,000 characters at once. This means that users can rewrite long paragraphs, articles, and even web copy with ease. The software is highly intuitive, and users can easily customize their paraphrasing settings to get the results they need. Whether you need to paraphrase text for personal or professional purposes, Plaraphy API is the smartest way to do it.

Plaraphy API also offers a plagiarism detection tool that helps users ensure the originality of their content. This feature is particularly useful for students, academics, and professionals who need to produce original work that is free from plagiarism. With Plaraphy API, users can quickly and easily check their text for any instances of plagiarism, and make the necessary changes to ensure that their work is original and of high quality.

Overall, Plaraphy API is a powerful and efficient text analysis tool that offers a range of features to meet the needs of different users. Its one-for-all capability, fast performance, and intuitive interface make it an ideal tool for anyone who needs to analyze, rewrite, or check the originality of their text. Whether you're a writer, researcher, or student, Plaraphy API can help you streamline your work and achieve better results in less time.
 

What are the most common uses cases of this API?

  1. Content Creation: Plaraphy API can be used by content creators, bloggers, and writers to paraphrase existing content and make it more unique. By using the API's paraphrasing tool, writers can quickly rewrite articles, blog posts, and web copy to create original content that is more likely to rank well on search engines.

  2. Plagiarism Detection: With Plaraphy API's plagiarism detection tool, students, researchers, and publishers can easily check whether a piece of text has been copied from another source. The tool can be integrated into educational software, writing tools, or publishing platforms to provide an additional layer of protection against plagiarism.

  3. Data Analysis: Plaraphy API can be used to analyze large volumes of text data, such as customer feedback or social media posts. By using the API's NLP capabilities, businesses can gain insights into customer sentiment, identify trends, and improve their products or services based on customer feedback.

  4. Chatbots: Plaraphy API can be integrated into chatbots to improve their ability to understand and respond to user queries. By using the API's NLP capabilities, chatbots can better understand user intent and provide more accurate and relevant responses. The API's paraphrasing tool can also help chatbots to rephrase their responses in a way that is easier for users to understand.

  5. SEO: Use the API to create unique versions of meta descriptions and other on-page elements, helping to improve search engine rankings and drive more traffic to your website.

  6. Plagiarism prevention: Use the API to rephrase existing text, ensuring that your content is original and avoiding plagiarism issues.

  7. Article spinning: Use the API to automatically generate multiple versions of an article for use in link building and other SEO strategies.

  8. Text summarization: Use the API to automatically summarize a long text in a short version while preserving the main ideas of the original text.

Are there any limitations to your plans?

Besides API call limitations per month, there are no other limitations.

Documentación de la API

Endpoints


The Plaraphy API is a tool that uses cutting-edge AI to rewrite any text content or find new ways to express what you want to say. 

Pass the text you want to rewrite or get new ideas from the given text. Maximum 500 Chars. 



                                                                            
POST https://zylalabs.com/api/1981/plaraphy+api/1742/short+paraphrase
                                                                            
                                                                        

Short Paraphrase - Características del Endpoint

Objeto Descripción
text [Requerido] Insert here the text you want to rewrite or rephrase.
unique [Requerido] Rewrite in a way that passes online plagiarism tests. 1/0 where 1 equals true, and 0 equals false.
mode [Requerido] [normal, fluent, standard, creative] Rewriting mode. The default mode is "normal". We recommend using "standard", or "fluent"
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            ["Explore the possibilities our tool offers to discover your capabilities. It is a great resource for rephrasing content and sparking fresh ideas."]
                                                                                                                                                                                                                    
                                                                                                    

Short Paraphrase - CÓDIGOS DE EJEMPLO


curl --location --request POST 'https://zylalabs.com/api/1981/plaraphy+api/1742/short+paraphrase?text=Feel free to check what you can achieve with our tool. Excellent for paraphrasing and get new ideas.&unique=1&mode=creative' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Get the sentiment that any phrase or expression contains.

Do you want to check if the text is Neutral, or somewhat positive, or if it's a negative sentence? Use this endpoint. 

 
 

 


                                                                            
POST https://zylalabs.com/api/1981/plaraphy+api/1743/sentiment+analyzer
                                                                            
                                                                        

Sentiment Analyzer - Características del Endpoint

Objeto Descripción
text [Requerido] Pass the sentence whose sentiment you want to detect.
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"sentiment":"positive","score":0.57143}
                                                                                                                                                                                                                    
                                                                                                    

Sentiment Analyzer - CÓDIGOS DE EJEMPLO


curl --location --request POST 'https://zylalabs.com/api/1981/plaraphy+api/1743/sentiment+analyzer?text=After some time, I remembered what she said, and all of a sudden I'm happy.' --header 'Authorization: Bearer YOUR_API_KEY' 


    

With this Endpoint, you will be able to summarize your text. Select what percentage of the words you want to summarize and you will be retrieved with the general idea of your text or article! 

 



                                                                            
POST https://zylalabs.com/api/1981/plaraphy+api/1744/text+summarizer
                                                                            
                                                                        

Text Summarizer - Características del Endpoint

Objeto Descripción
text [Requerido] The text string you want to summarize.
output_percentage [Requerido] Percent of the original text to be returned. Values range from 10 to 100
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            ["Zyla API Hub prioritizes API quality and wants to inform users that the API they are subscribing to had a service level below 90% in the past month."]
                                                                                                                                                                                                                    
                                                                                                    

Text Summarizer - CÓDIGOS DE EJEMPLO


curl --location --request POST 'https://zylalabs.com/api/1981/plaraphy+api/1744/text+summarizer?text=Once in a quaint countryside, there lived Lily, an innocent lamb. With her pristine white coat and curious eyes, she brought joy to the farmer's family who cared for the sheep. Lily's days were filled with simple pleasures—chasing butterflies and frolicking with her fellow lambs. One day, she heard a wise old owl's melodic voice. Intrigued, she asked, 'Why do you sit alone and thoughtful?' The owl replied, 'I observe life's mysteries—the changing seasons, creatures, and the universe.' Lily asked, 'What are mysteries?' The owl explained, 'They're the questions that make us wonder.' Lily pondered, 'What's the greatest mystery?' The owl said, 'Life itself—the miracle of birth, growth, and nature's beauty.' Lily appreciated life's simple joys—the sun's warmth, sweet grass, and laughter. She shared wisdom with her flock, and they saw the world anew. As seasons passed, Lily, now a graceful ewe, never forgot life's wonder. In the countryside, she cherished life's mysteries with an open heart&output_percentage=25' --header 'Authorization: Bearer YOUR_API_KEY' 


    

With this endpoint, you will be able to paraphrase larger texts. This endpoint will deliver a JOB ID that will help you to retrieve a response later. 


 



                                                                            
POST https://zylalabs.com/api/1981/plaraphy+api/1745/long+paraphrase
                                                                            
                                                                        

Long Paraphrase - Características del Endpoint

Objeto Descripción
text [Requerido] The text to paraphrase.
unique Opcional Rewrite in a way that passes online plagiarism tests. 1/0 where 1 equals true, and 0 equals false.
mode Opcional [normal, fluent, standard, creative] Rewriting mode. The default mode is "normal". We recommend using "standard", or "fluent"
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"success":true,"job_id":"8c8726b6-3709-4dc0-9b1b-3d9c5c215576","status":"processing"}
                                                                                                                                                                                                                    
                                                                                                    

Long Paraphrase - CÓDIGOS DE EJEMPLO


curl --location --request POST 'https://zylalabs.com/api/1981/plaraphy+api/1745/long+paraphrase?text=Once in a quaint countryside, there lived Lily, an innocent lamb. With her pristine white coat and curious eyes, she brought joy to the farmer's family who cared for the sheep. Lily's days were filled with simple pleasures—chasing butterflies and frolicking with her fellow lambs. One day, she heard a wise old owl's melodic voice. Intrigued, she asked, 'Why do you sit alone and thoughtful?' The owl replied, 'I observe life's mysteries—the changing seasons, creatures, and the universe.' Lily asked, 'What are mysteries?' The owl explained, 'They're the questions that make us wonder.' Lily pondered, 'What's the greatest mystery?' The owl said, 'Life itself—the miracle of birth, growth, and nature's beauty.' Lily appreciated life's simple joys—the sun's warmth, sweet grass, and laughter. She shared wisdom with her flock, and they saw the world anew. As seasons passed, Lily, now a graceful ewe, never forgot life's wonder. In the countryside, she cherished life's mysteries with an open heart&unique=1&mode=fluent' --header 'Authorization: Bearer YOUR_API_KEY' 


    

With the JOB ID generated on the "Long Paraphrase" endpoint, you will be able to get the response from that rewrite. 

 


                                                                            
POST https://zylalabs.com/api/1981/plaraphy+api/1746/retrieve+response
                                                                            
                                                                        

Retrieve Response - Características del Endpoint

Objeto Descripción
job_id [Requerido] The JOB ID generated on "Paraphrase" endpoint.
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"job_id":"548c185f-36f9-495b-8cec-a9e2ce889c6f","text":"Explore the selection of Pall Mall Non Filter cigarettes - the perfect choice for smokers in search of top-notch quality at an affordable price. With our tax-free and duty-free alternatives, these budget-friendly cigarettes are a wise investment for those craving a premium smoking experience without overspending. Conveniently purchase your preferred option from our online store, ensuring a seamless and stress-free shopping journey from the comfort of your own home. The unfiltered structure delivers a deep and intense taste that is admired by experienced smokers. Opt for Pall Mall Non Filter, ensuring a gratifying smoke with each puff, without compromising on taste or budget. Embrace the liberty of smoking with Pall Mall, where excellence meets affordability. Enhance your smoking pleasure today with our fantastic deals on Pall Mall Non Filter cigarettes. Seize the opportunity to benefit from our competitive prices while supplies last. Ideal for individuals who prioritize both taste and affordability, these cigarettes are a must-experience for every aficionado. Prepare to relish in the strong flavor of Pall Mall Non Filter, offered at unmatched prices on our online platform. Delight in the dependable nature of duty-free and tax-free shopping with every purchase, enhancing your smoking journey even further. Waste no time - secure your Pall Mall Non Filter cigarettes today and savor the premium quality you deserve. With our user-friendly online ordering system, your beloved cigarettes are merely a click away. Discover the distinction with Pall Mall, where you can relish in economical cigarettes without compromising on taste. Give them a try now and discover why they have become a top choice among smokers."}
                                                                                                                                                                                                                    
                                                                                                    

Retrieve Response - CÓDIGOS DE EJEMPLO


curl --location --request POST 'https://zylalabs.com/api/1981/plaraphy+api/1746/retrieve+response?job_id=3' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Clave de Acceso a la API y Autenticación

Después de registrarte, a cada desarrollador se le asigna una clave de acceso a la API personal, una combinación única de letras y dígitos proporcionada para acceder a nuestro endpoint de la API. Para autenticarte con el Plaraphy API simplemente incluye tu token de portador en el encabezado de Autorización.
Encabezados
Encabezado Descripción
Autorización [Requerido] Debería ser Bearer access_key. Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito.

Precios Simples y Transparentes

Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.

🚀 PLAN CORPORATIVO A MEDIDA

Comienza en
$ 10.000/Año


  • Volumen Personalizado
  • Límite de solicitudes personalizado
  • Soporte al Cliente Especializado
  • Monitoreo de API en Tiempo Real

Funciones favoritas de los clientes

  • ✔︎ Paga Solo por Solicitudes Exitosas
  • ✔︎ Prueba Gratuita de 7 Días
  • ✔︎ Soporte Multilenguaje
  • ✔︎ Una Clave API, Todas las APIs.
  • ✔︎ Panel de Control Intuitivo
  • ✔︎ Manejo de Errores Integral
  • ✔︎ Documentación Amigable para Desarrolladores
  • ✔︎ Integración con Postman
  • ✔︎ Conexiones HTTPS Seguras
  • ✔︎ Tiempo de Actividad Fiable

Plaraphy API FAQs

Each endpoint returns specific data types: the Short and Long Paraphrase endpoints return paraphrased text, the Sentiment Analyzer returns sentiment analysis results, and the Text Summarizer provides a condensed version of the input text.

Key fields include "text" for paraphrased content, "sentiment" and "score" for sentiment analysis, and "job_id" for tracking long paraphrase requests. Each field provides essential information for users to understand the output.

Parameters vary by endpoint; for example, the Text Summarizer allows users to specify the percentage of text to summarize, while the Long Paraphrase endpoint requires the input text and returns a job ID for later retrieval.

Response data is structured in JSON format. For instance, the Sentiment Analyzer returns a JSON object with "sentiment" and "score" fields, while the Long Paraphrase endpoint returns a JSON object with "success," "job_id," and "status."

The Short and Long Paraphrase endpoints provide rewritten text, the Sentiment Analyzer offers sentiment classification, and the Text Summarizer delivers a concise version of the original text, allowing for diverse text analysis needs.

Users can leverage the paraphrased text for content creation, use sentiment scores to gauge audience reactions, and apply summaries for quick insights. Each output can enhance writing quality and streamline content analysis.

Plaraphy API employs advanced AI algorithms for text analysis, ensuring high accuracy in paraphrasing and sentiment detection. Continuous updates and improvements to the model help maintain data quality.

Typical use cases include content creation for blogs, academic writing, sentiment analysis for customer feedback, and summarizing lengthy articles for quick comprehension, making the API versatile for various text-related tasks.

General FAQs

Zyla API Hub es como una gran tienda de APIs, donde puedes encontrar miles de ellas en un solo lugar. También ofrecemos soporte dedicado y monitoreo en tiempo real de todas las APIs. Una vez que te registres, puedes elegir qué APIs quieres usar. Solo recuerda que cada API necesita su propia suscripción. Pero si te suscribes a varias, usarás la misma clave para todas, lo que hace todo más fácil para ti.

Los precios se muestran en USD (dólar estadounidense), EUR (euro), CAD (dólar canadiense), AUD (dólar australiano) y GBP (libra esterlina). Aceptamos todas las principales tarjetas de débito y crédito. Nuestro sistema de pago utiliza la última tecnología de seguridad y está respaldado por Stripe, una de las compañías de pago más confiables del mundo. Si tienes algún problema para pagar con tarjeta, contáctanos en [email protected]


Además, si ya tienes una suscripción activa en cualquiera de estas monedas (USD, EUR, CAD, AUD, GBP), esa moneda se mantendrá para suscripciones posteriores. Puedes cambiar la moneda en cualquier momento siempre que no tengas suscripciones activas.

La moneda local que aparece en la página de precios se basa en el país de tu dirección IP y se proporciona solo como referencia. Los precios reales están en USD (dólar estadounidense). Cuando realices un pago, el cargo aparecerá en tu estado de cuenta en USD, incluso si ves el monto equivalente en tu moneda local en nuestro sitio web. Esto significa que no puedes pagar directamente en tu moneda local.

Ocasionalmente, un banco puede rechazar el cargo debido a sus configuraciones de protección contra fraude. Te sugerimos comunicarte con tu banco primero para verificar si están bloqueando nuestros cargos. También puedes acceder al Portal de Facturación y cambiar la tarjeta asociada para realizar el pago. Si esto no funciona y necesitas más ayuda, por favor contacta a nuestro equipo en [email protected]

Los precios se determinan mediante una suscripción recurrente mensual o anual, dependiendo del plan elegido.

Las llamadas a la API se descuentan de tu plan en base a solicitudes exitosas. Cada plan incluye una cantidad específica de llamadas que puedes realizar por mes. Solo las llamadas exitosas, indicadas por una respuesta con estado 200, se contarán en tu total. Esto asegura que las solicitudes fallidas o incompletas no afecten tu cuota mensual.

Zyla API Hub funciona con un sistema de suscripción mensual recurrente. Tu ciclo de facturación comenzará el día en que compres uno de los planes de pago, y se renovará el mismo día del mes siguiente. Así que recuerda cancelar tu suscripción antes si quieres evitar futuros cargos.

Para actualizar tu plan de suscripción actual, simplemente ve a la página de precios de la API y selecciona el plan al que deseas actualizarte. La actualización será instantánea, permitiéndote disfrutar inmediatamente de las funciones del nuevo plan. Ten en cuenta que las llamadas restantes de tu plan anterior no se transferirán al nuevo plan, por lo que debes considerar esto al actualizar. Se te cobrará el monto total del nuevo plan.

Para verificar cuántas llamadas a la API te quedan en el mes actual, revisa el campo 'X-Zyla-API-Calls-Monthly-Remaining' en el encabezado de la respuesta. Por ejemplo, si tu plan permite 1,000 solicitudes por mes y has usado 100, este campo mostrará 900 llamadas restantes.

Para ver el número máximo de solicitudes a la API que permite tu plan, revisa el encabezado de la respuesta 'X-Zyla-RateLimit-Limit'. Por ejemplo, si tu plan incluye 1,000 solicitudes por mes, este encabezado mostrará 1,000.

El encabezado 'X-Zyla-RateLimit-Reset' muestra el número de segundos hasta que tu límite se restablezca. Esto te indica cuándo tu conteo de solicitudes se reiniciará. Por ejemplo, si muestra 3,600, significa que faltan 3,600 segundos para que el límite se restablezca.

Sí, puedes cancelar tu plan en cualquier momento desde tu cuenta, seleccionando la opción de cancelación en la página de Facturación. Ten en cuenta que las actualizaciones, degradaciones y cancelaciones tienen efecto inmediato. Además, al cancelar ya no tendrás acceso al servicio, incluso si te quedaban llamadas en tu cuota.

Puedes contactarnos a través de nuestro canal de chat para recibir asistencia inmediata. Siempre estamos en línea de 8 a. m. a 5 p. m. (EST). Si nos contactas fuera de ese horario, te responderemos lo antes posible. Además, puedes escribirnos por correo electrónico a [email protected]

Para darte la oportunidad de probar nuestras APIs sin compromiso, ofrecemos una prueba gratuita de 7 días que te permite realizar hasta 50 llamadas a la API sin costo. Esta prueba solo se puede usar una vez, por lo que recomendamos aplicarla a la API que más te interese. Aunque la mayoría de nuestras APIs ofrecen prueba gratuita, algunas pueden no hacerlo. La prueba finaliza después de 7 días o cuando realices 50 solicitudes, lo que ocurra primero. Si alcanzas el límite de 50 solicitudes durante la prueba, deberás "Iniciar tu Plan de Pago" para continuar haciendo solicitudes. Puedes encontrar el botón "Iniciar tu Plan de Pago" en tu perfil bajo Suscripción -> Elige la API a la que estás suscrito -> Pestaña de Precios. Alternativamente, si no cancelas tu suscripción antes del día 7, tu prueba gratuita finalizará y tu plan se cobrará automáticamente, otorgándote acceso a todas las llamadas a la API especificadas en tu plan. Ten esto en cuenta para evitar cargos no deseados.

Después de 7 días, se te cobrará el monto total del plan al que estabas suscrito durante la prueba. Por lo tanto, es importante cancelar antes de que finalice el periodo de prueba. No se aceptan solicitudes de reembolso por olvidar cancelar a tiempo.

Cuando te suscribes a una prueba gratuita de una API, puedes realizar hasta 50 llamadas. Si deseas realizar más llamadas después de este límite, la API te pedirá que "Inicies tu Plan de Pago". Puedes encontrar el botón "Iniciar tu Plan de Pago" en tu perfil bajo Suscripción -> Elige la API a la que estás suscrito -> Pestaña de Precios.

Las Órdenes de Pago se procesan entre el día 20 y el 30 de cada mes. Si envías tu solicitud antes del día 20, tu pago será procesado dentro de ese período.


APIs Relacionadas