About the API:
The Papermill Text Comparison API is a tool designed to help detect cases of potential misconduct in academic publishing. It compares papers submitted to a database of previously submitted papers, known as "papermill-products," to identify similarities and alert users to possible instances of plagiarism or other forms of misconduct.
One important note is that the output of this API should not be considered evidence of misconduct. Instead, it serves as a helpful tool to flag potential issues that require further investigation.
The API takes article metadata as input and classifies articles into three categories: red, orange, and green. A "red" classification means that the query article is highly similar to past papermill-papers, while an "orange" classification indicates that there is some degree of similarity. A "green" classification means that no similar past papermill-papers are known.
The Papermill Text Comparison API can be used by academic publishers, universities, and other organizations to help ensure the integrity of their research publications. By identifying potential instances of misconduct early on, the API can help prevent issues such as plagiarism from going unnoticed.
It is worth noting that the API should be used as one tool in a broader suite of measures to ensure the integrity of academic publications. While the API can help detect potential issues, it cannot replace the need for thorough peer review and other forms of quality control.
Overall, the Papermill Text Comparison API is a valuable tool for academic publishers, researchers, and other stakeholders in the academic community. By providing alerts for potentially problematic submissions, the API can help ensure the integrity and quality of research publications.
Pass any text that you want to analyze.
The Papermill Text Comparison API takes article metadata as input and classifies articles into ‘red’, ‘orange’, and ‘green’.
‘red’ means that there are past papermill papers that are highly similar to the query article.
‘orange’ means that there are past papermill papers that are a little bit similar.
‘green’ means that no similar past papermill papers are known.
Academic Publishers: Academic publishers can use the Papermill Text Comparison API to check for similarities between submitted papers and previously published works in their database. The API can help publishers identify cases of plagiarism and other forms of misconduct.
Universities: Universities can use the API to check for similarities between student papers and past submissions in their own databases, as well as in external databases such as the ones used by academic publishers.
Research Institutes: Research institutes can use the API to check for similarities between research proposals and previously published works. This can help ensure that research proposals are original and not simply a repetition of previously published work.
Journal Editors: Journal editors can use the API to check for similarities between submitted papers and previously published works in their journals. This can help ensure that the journal publishes only original research.
Research Funders: Research funders can use the API to check for similarities between research proposals and previously published works. This can help ensure that grant funds are not used to repeat previously published work and that grant funds are used for original research.
Besides API call limitations per month, there is a limitation of:
- 10 requests per day on the Basic Plan.
The Papermill Text Comparison API is a system that alerts you when a paper is similar to past papermill products. As such, the output of this API should not be considered to be ‘evidence’ of misconduct. Instead, the output is alerted that can help you to find cases of misconduct.
The PTC takes article metadata as input and classifies articles into ‘red’, ‘orange’, and ‘green’.
‘red’ means that there are past papermill papers that are highly similar to the query article.
‘orange’ means that there are past papermill papers that are a little bit similar.
‘green’ means that no similar past papermill papers are known.
The purpose of this method is only to show the likelihood of a paper coming from a papermill and it is currently limited to cases in biomedical science where papermills have already produced large numbers of similar papers.
Document Posting - Características del Endpoint
Objeto | Descripción |
---|---|
Cuerpo de la Solicitud |
[Requerido] Json |
"{\"message\": [{\"id\": \"retracted_article_id2\", \"title\": \"Silencing circANKRD36 protects H9c2 cells against lipopolysaccharide-induced injury via up-regulating miR-138\", \"abstract\": \"Background: Myocarditis refers to the inflammatory process that affects the muscle tissue of the heart. Persistent myocardial inflammation promotes myocardial cell damage, which ultimately leads to heart failure or death. Therefore, we aimed to explore the functional impacts of circANKRD36 on myocarditis. Methods: H9c2 cells were pre-treated with lipopolysaccharide (LPS). Viability and apoptosis were evaluated utilizing CCK-8 assay and flow cytometry. Inflammatory cytokines mRNA expression and production were assessed by qRT-PCR and ELISA. Western blot was utilized to distinguish apoptosis and inflammatory related factors expression. Sequentially, the above mentioned parameters were reassessed when overexpressed miR-138. Results: LPS declined viability and as well as raised apoptosis and inflammatory injury in H9c2 cells. Silencing circular RNA ANKRD36 (si-circANKRD36) alleviated apoptosis and inflammatory injury induced by LPS. MiR-138 expression was suppressed by LPS and elevated by si-circANKRD36. Increase of viability and inflammatory injury induced by si-circANKRD36 was alleviated by down-regulation of miR-138. Eventually, si-circANKRD36 inhibited p38MAPK/NF-\\u03baB pathway which activated by LPS via up-regulating miR-138. Conclusion: Si-circANKRD36 exerted its anti-apoptosis and anti-inflammatory function under the condition of LPS in H9c2 cells through p38MAPK/NF-\\u03baB pathway and up-regulation of miR-138.\", \"message\": {\"status\": \"red\", \"message\": \"This article is highly similar to other papers which are believed to have originated from paper-mills. This does not necessarily mean that this paper originated in a paper-mill. We recommend taking special care to check that this paper meets your criteria for consideration before peer-review.\"}}], \"status_code\": 200}"
curl --location --request POST 'https://zylalabs.com/api/1915/papermill+text+comparison+api/1621/document+posting' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"id": "retracted_article_id2",
"title": "Silencing circANKRD36 protects H9c2 cells against lipopolysaccharide-induced injury via up-regulating miR-138",
"abstract": "Background: Myocarditis refers to the inflammatory process that affects the muscle tissue of the heart. Persistent myocardial inflammation promotes myocardial cell damage, which ultimately leads to heart failure or death. Therefore, we aimed to explore the functional impacts of circANKRD36 on myocarditis. Methods: H9c2 cells were pre-treated with lipopolysaccharide (LPS). Viability and apoptosis were evaluated utilizing CCK-8 assay and flow cytometry. Inflammatory cytokines mRNA expression and production were assessed by qRT-PCR and ELISA. Western blot was utilized to distinguish apoptosis and inflammatory related factors expression. Sequentially, the above mentioned parameters were reassessed when overexpressed miR-138. Results: LPS declined viability and as well as raised apoptosis and inflammatory injury in H9c2 cells. Silencing circular RNA ANKRD36 (si-circANKRD36) alleviated apoptosis and inflammatory injury induced by LPS. MiR-138 expression was suppressed by LPS and elevated by si-circANKRD36. Increase of viability and inflammatory injury induced by si-circANKRD36 was alleviated by down-regulation of miR-138. Eventually, si-circANKRD36 inhibited p38MAPK/NF-κB pathway which activated by LPS via up-regulating miR-138. Conclusion: Si-circANKRD36 exerted its anti-apoptosis and anti-inflammatory function under the condition of LPS in H9c2 cells through p38MAPK/NF-κB pathway and up-regulation of miR-138."
}'
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.
The API returns a classification of the submitted article based on its similarity to past papermill papers. The classifications are 'red' (high similarity), 'orange' (some similarity), and 'green' (no known similar papers). Additionally, it provides metadata about similar articles, including titles and abstracts.
The key fields in the response data include 'id' (identifier of the similar article), 'title' (title of the similar article), and 'abstract' (summary of the similar article). These fields help users understand the context of the similarities.
The response data is structured as a JSON object containing a 'message' array. Each entry in the array represents a similar article, with fields for 'id', 'title', and 'abstract', allowing users to easily parse and utilize the information.
The API provides information on the similarity of submitted articles to previously published works, including classifications of similarity and details about articles that are similar. This helps users identify potential misconduct.
The API compares submitted articles against a database of previously submitted papers, known as "papermill-products." This database includes works primarily in biomedical science, where papermills have produced numerous similar papers.
Users can customize their requests by providing specific article metadata as input. This metadata may include the title, authors, and abstract of the article being analyzed, allowing for tailored comparisons against the database.
Typical use cases include academic publishers checking submitted papers for originality, universities verifying student submissions, and research funders ensuring grant proposals are unique. These applications help maintain the integrity of academic work.
Users can utilize the returned data by analyzing the classification and reviewing the details of similar articles. A 'red' classification may prompt further investigation, while 'green' indicates originality, aiding in decision-making for publication or funding.
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.
Nivel de Servicio:
100%
Tiempo de Respuesta:
250ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
113ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.034ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
263ms
Nivel de Servicio:
83%
Tiempo de Respuesta:
1.132ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
162ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
162ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
542ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.208ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
339ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.685ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
0ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
10.546ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
571ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
0ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
0ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
571ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
3.763ms
Nivel de Servicio:
90%
Tiempo de Respuesta:
836ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
889ms