Acerca de la API:
Nuestra API de Reescritor de Texto es una herramienta poderosa que te permite parafrasear automáticamente texto, preservando su significado mientras cambias su redacción. La API soporta múltiples idiomas y puede integrarse con cualquier aplicación para generación de contenido, SEO y prevención de plagio.
La API utiliza algoritmos avanzados de procesamiento de lenguaje natural para analizar el texto de entrada y generar nuevas variaciones únicas mientras preserva el significado original del texto. Esto la convierte en una herramienta ideal para una variedad de casos de uso como la creación de contenido, SEO y prevención de plagio.
La API puede integrarse en sistemas de gestión de contenido, plataformas de blogs y otras aplicaciones para generar automáticamente variaciones únicas de contenido existente. Esto puede ayudar a mejorar los rankings en motores de búsqueda y evitar problemas de plagio.
Además, la API puede utilizarse para la creación de contenido, como generar nuevas variaciones de descripciones de productos u otros materiales de marketing. También se puede usar con fines de SEO, como crear versiones únicas de descripciones meta y otros elementos en la página.
En general, nuestra API de Reescritor de Texto es una herramienta valiosa para empresas e individuos que buscan generar variaciones únicas de texto existente. Puede utilizarse para una variedad de propósitos como la creación de contenido, SEO y prevención de plagio, y soporta múltiples idiomas.
Pasa el texto que deseas reescribir, y recibe una ID de trabajo que puedes usar para obtener la respuesta más tarde.
Creación de contenido: Usa la API para generar automáticamente variaciones únicas de texto existente, como descripciones de productos o artículos de blog, para su uso en marketing de contenido y optimización de sitios web.
SEO: Usa la API para crear versiones únicas de descripciones meta y otros elementos en la página, ayudando a mejorar los rankings en motores de búsqueda y atraer más tráfico a tu sitio web.
Prevención de plagio: Usa la API para parafrasear texto existente, asegurando que tu contenido sea original y evitando problemas de plagio.
Girado de artículos: Usa la API para generar automáticamente múltiples versiones de un artículo para su uso en construcción de enlaces y otras estrategias de SEO.
Traducción: Usa la API para parafrasear texto en un idioma diferente, permitiéndote comunicarte con una audiencia más amplia o expandir tu negocio en nuevos mercados.
Resumen de texto: Usa la API para resumir automáticamente un texto largo en una versión corta mientras preservas las ideas principales del texto original.
Además de las limitaciones de llamadas a la API por mes, no hay otras limitaciones.
La API Plaraphy es una herramienta que utiliza inteligencia artificial de vanguardia para reescribir cualquier contenido de texto o encontrar nuevas formas de expresar lo que quieres decir.
Pasa el texto que deseas reescribir o obtén nuevas ideas del texto proporcionado.
Este Endpoint te proporcionará un ID de trabajo. Ese ID de trabajo se utilizará en el endpoint "recuperar" que te permitirá obtener el resultado de este trabajo.
- Características del Endpoint
Objeto | Descripción |
---|---|
text |
[Requerido] Insert here the text you want to rewrite or rephrase. |
unique |
Opcional Rewrite in a way that passes online plagiarism tests. 1= true 0=false |
mode |
Opcional [normal, fluent, standard, creative] Rewriting mode. The default mode is "normal". We recommend using "standard", or "fluent" |
{"success":true,"job_id":"356505e5-3a86-423d-9349-8d428910c0ee","status":"processing"}
curl --location --request POST 'https://zylalabs.com/api/22/text+rewriter+api/83/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'
Obtén el sentimiento que contiene cualquier frase o expresión.
¿Quieres verificar si el texto es Neutro, algo positivo o si es una oración negativa? Usa este endpoint.
{
"sentimientos_detectados": [
{
"neg": 0,
"neu": 0.764,
"pos": 0.236,
"compound": 0.5719,
"oración": "Después de un tiempo, recordé lo que ella dijo, y de repente soy feliz."
}
],
"sentimiento": "positivo",
"éxito": true
}
{
"sentimientos_detectados": [
{
"neg": 0.274,
"neu": 0.726,
"pos": 0,
"compound": -0.7518,
"oración": "Mi equipo perdió este fin de semana, aposté mucho dinero en ellos, mi esposa se va a enfadar mucho."
}
],
"sentimiento": "negativo",
"éxito": true
}
Analizador de Sentimientos - Características del Endpoint
Objeto | Descripción |
---|---|
text |
[Requerido] Pass the sentence whose sentiment you want to detect. |
{"sentiment":"positive","score":0.87251}
curl --location --request POST 'https://zylalabs.com/api/22/text+rewriter+api/91/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'
Con este Endpoint, podrás resumir tu texto. Selecciona qué porcentaje de las palabras deseas resumir y se te proporcionará la idea general de tu texto o artículo!
Resumen de texto. - Características del Endpoint
Objeto | Descripción |
---|---|
text |
[Requerido] The text string you want to summarize. |
output_percent |
[Requerido] Percent of the original text to be returned. Values range from 10 to 100 |
{"summary":"In the modern digital environment, content that is quick, comprehensible, and simple to read is essential. You want your material to be reader-friendly whether you are presenting a learning module for a class, writing about a product or service, or simply journaling your most recent exploits.","percent":"40","success":true}
curl --location --request POST 'https://zylalabs.com/api/22/text+rewriter+api/131/text+summarizer?text=In the modern digital environment, content that is quick, comprehensible, and simple to read is essential. You want your material to be reader-friendly whether you are presenting a learning module for a class, writing about a product or service, or simply journaling your most recent exploits. Many individuals prefer things to be tidy, succinct, and straightforward. So, tools for paraphrasing can be useful in this situation.&output_percent=40' --header 'Authorization: Bearer YOUR_API_KEY'
Con el ID de trabajo generado en el punto final "Parafrasear", podrás obtener la respuesta de esa reescritura.
Recuperar respuesta. - Características del Endpoint
Objeto | Descripción |
---|---|
job_id |
[Requerido] The JOB ID generated on "Paraphrase" endpoint. |
{"original":"A brilliant toy company roboticist uses artificial intelligence to develop M3GAN, a life-like doll programmed to emotionally bond with her newly orphaned niece. But when the doll's programming works too well, she becomes overprotective of her new friend with terrifying results.","rewrited":"A brilliant toy company uses artificial intelligence to develop a doll that bonds with a niece. She becomes over protective of her new friend when the doll's programming works too well.","rewrited_lang":"A brilliant toy company uses artificial intelligence to develop a doll that bonds with a niece. She becomes over protective of her new friend when the doll's programming works too well.","success":true,"job_id":null}
curl --location --request GET 'https://zylalabs.com/api/22/text+rewriter+api/482/retrieve+response?job_id=e6fe7436-2230-408a-b338-cb4095f28c2e' --header 'Authorization: Bearer YOUR_API_KEY'
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. |
Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.
La API de reescritura de texto utiliza algoritmos avanzados de procesamiento de lenguaje natural para analizar el texto de entrada y generar nuevas variaciones únicas mientras preserva el significado original. Reformula el texto cambiando su redacción, asegurando que el mensaje general permanezca intacto.
La API se puede utilizar para diversos propósitos, incluyendo la generación de contenido, la optimización SEO y la prevención de plagio. Puedes integrarla en tus aplicaciones, sistemas de gestión de contenidos o plataformas de blogs para generar automáticamente variaciones únicas de contenido existente. Ayuda a mejorar las clasificaciones en los motores de búsqueda, evitar problemas de contenido duplicado y crear versiones diversas de materiales de marketing.
Sí, la API admite múltiples idiomas. Puedes pasar texto en diferentes idiomas a la API para reescribir, lo que te permite generar variaciones únicas en varios contextos idiomáticos.
Para utilizar la API, necesitas pasar el texto que deseas reescribir como entrada. La API te proporcionará un ID de trabajo como respuesta. Luego, puedes utilizar este ID de trabajo para recuperar el texto reescrito más tarde. La salida de la API es la versión reformulada del texto de entrada, mientras se preserve su significado original.
La API de reescritura de texto utiliza algoritmos avanzados de procesamiento de lenguaje natural para generar variaciones únicas mientras se preserva el significado. Sin embargo, es importante señalar que la precisión y la corrección gramatical del texto reescrito pueden variar según la complejidad de la entrada y las sutilezas del idioma. Siempre se recomienda revisar y corregir el resultado generado para asegurarse de que cumpla con sus requisitos específicos y estándares de calidad.
Cada punto final devuelve datos JSON. El punto final de Parafraseo proporciona un ID de trabajo para seguimiento, mientras que el Analizador de Sentimiento devuelve puntajes y clasificaciones de sentimiento. El Resumidor de Texto proporciona un resumen del texto de entrada junto con el porcentaje de palabras resumidas. El punto final de Recuperar Respuesta retorna el texto final reescrito basado en el ID de trabajo.
Los campos clave incluyen "éxito" (indicando el éxito de la operación), "job_id" (para seguimiento), "sentimiento" (para análisis de sentimiento), "calificación" (puntuación de sentimiento), "resumen" (para texto resumido) y "porcentaje" (indicando el porcentaje de resumen).
El endpoint de Parafraseo requiere que el texto sea reescrito. El Analizador de Sentimientos acepta cualquier frase para la evaluación de sentimientos. El Resumidor de Texto permite a los usuarios especificar el porcentaje de texto a resumir. Cada endpoint tiene requisitos de entrada específicos según su funcionalidad.
Los datos de la respuesta están estructurados en formato JSON, con campos organizados para proporcionar información clara. Por ejemplo, la respuesta del Analizador de Sentimientos incluye "sentimentos_detectados" como un array de puntuaciones de sentimientos, mientras que el Resumidor de Texto incluye los campos "resumen" y "porcentaje" para una fácil interpretación.
El endpoint de Parafraseo proporciona texto reescrito, el Analizador de Sentimientos ofrece clasificaciones y puntajes de sentimiento, el Resumidor de Texto entrega resúmenes concisos, y el endpoint de Recopilación de Respuestas devuelve la salida final del texto parafraseado basado en el ID del TRABAJO.
Los usuarios pueden personalizar las solicitudes proporcionando texto específico para reescribir, seleccionando frases para el análisis de sentimiento y eligiendo el porcentaje de texto a resumir. Esta flexibilidad permite resultados adaptados a las necesidades del usuario.
La precisión de los datos se mantiene a través de algoritmos avanzados de procesamiento de lenguaje natural que analizan y generan texto. Las actualizaciones y mejoras continuas en los algoritmos ayudan a garantizar resultados de alta calidad, aunque los usuarios deben revisar los resultados para asegurar la precisión en contextos específicos.
Los casos de uso típicos incluyen generar contenido único para blogs, optimizar el SEO con descripciones meta variadas, prevenir el plagio parafraseando texto existente y resumir artículos extensos para una rápida comprensión.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]
Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1.000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.
To see the maximum number of API requests your plan allows, check the 'X-Zyla-RateLimit-Limit' response header. For instance, if your plan includes 1.000 requests per month, this header will display 1.000.
The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3.600, it means 3.600 seconds are left until the limit resets.
Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]
To give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.
After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.178,48ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.496,47ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.190,72ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
8.391,17ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
90,57ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.352,82ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
841,20ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
129,45ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.125,29ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
481,15ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
571,61ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
515,15ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
515,15ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
515,15ms
Nivel de Servicio:
95%
Tiempo de Respuesta:
3.624,81ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
117,19ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
789,10ms
Nivel de Servicio:
97%
Tiempo de Respuesta:
616,37ms
Nivel de Servicio:
97%
Tiempo de Respuesta:
677,51ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.278,76ms