We zijn bezig met de ontwikkeling van enkele plugins.
Onze WordPress plugin kan blog ideeën, WooCommerce product beschrijvingen en Yoast SEO Meta beschrijvingen genereren.
WordPress (Beta)
GET https://www.jono.be/api/1.0/type
{
"data": []
}
GET https://www.jono.be/api/1.0/content?page=1
{
"data": []
}
POST https://www.jono.be/api/1.0/content
Parameter | Verplicht |
---|---|
type | Ja |
tone | Ja |
title | Ja |
description | Nee |
variants | Nee |
wordcount | Nee |
{
"data": {
"id": 841,
"team_id": 1,
"user_id": 1,
"type": "App\\Actions\\Ai\\BlogIdea",
"status": "pending",
"error": null,
"title": "Wat is SEO?",
"description": "Wat is SEO?",
"tone": "professional",
"wordcount": null,
"variants": 1,
"language": "nl",
"started_at": "2022-02-01T09:00:00.000000Z",
"completed_at": null,
"used_tokens": null,
"created_at": "2022-02-01T09:00:00.000000Z",
"updated_at": "2022-02-01T09:00:00.000000Z",
"contents": []
}
}
POST https://www.jono.be/api/1.0/content
Parameter | Verplicht |
---|---|
type | Ja |
description | Ja, enkel bij Txt2Img |
files (array of publieke URLs) | Ja, niet bij Txt2img |
{
"data": {
"id": 841,
"team_id": 1,
"user_id": 1,
"type": "App\\Actions\\Ai\\ImageTechnicalQuality",
"status": "pending",
"error": null,
"title": "Wat is SEO?",
"description": "Wat is SEO?",
"language": "nl",
"started_at": "2022-02-01T09:00:00.000000Z",
"completed_at": null,
"used_tokens": null,
"created_at": "2022-02-01T09:00:00.000000Z",
"updated_at": "2022-02-01T09:00:00.000000Z",
"images": []
}
}
GET https://www.jono.be/api/1.0/content/841
{
"data": {
"id": 841,
"team_id": 1,
"user_id": 1,
"type": "App\\Actions\\Ai\\BlogIdea",
"status": "finished",
"error": null,
"title": "Wat is SEO?",
"description": "Wat is SEO?",
"tone": "professional",
"wordcount": null,
"variants": 1,
"language": "nl",
"started_at": "2022-02-01T09:00:00.000000Z",
"completed_at": "2022-02-01T09:00:05.000000Z",
"used_tokens": 539,
"created_at": "2022-02-01T09:00:00.000000Z",
"updated_at": "2022-02-01T09:00:05.000000Z",
"contents": [
{
"id": 1152,
"ai_task_id": 841,
"content": "Wat is SEO?\n\nBeschrijving: Wat is SEO? In dit artikel zullen we bespreken wat SEO is, hoe het werkt en enkele voordelen van het gebruik ervan.\n\nSEO, of zoekmachineoptimalisatie, is een proces dat ervoor kan zorgen dat uw website hoger scoort op pagina's met zoekresultaten van zoekmachines (SERP's). SEO omvat het optimaliseren van uw website en de inhoud ervan voor zoekmachines, zodat uw site hoger wordt weergegeven in de resultaten voor bepaalde zoekwoorden of woordgroepen.\n\nSEO kan een geweldige manier zijn om meer bezoekers naar uw website te trekken en kan u ook helpen om meer leads en verkopen te genereren. Door",
"created_at": "2022-02-01T09:00:05.000000Z",
"updated_at": "2022-02-01T09:00:05.000000Z",
"original_content": null
}
]
}
}