API Endpunkt:
https://dlx-content.com/api/v1/documents
Beispiel anfordern:
curl --location --request GET 'https://dlx-content.com/api/v1/documents' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
name
für Name, result
für Ergebnis. Standardwert: name
.template_id
1
für Freestyle, 2
für Über uns, 3
für Werbung, 4
für Artikel, 5
für Blog Einführung, 6
für Blog-Gliederung, 7
für Blog Abschlus, 8
für Blog Absatz, 9
für Blog Beitrag, 10
für Blog Abschnitt, 11
für Blog-Themen, 12
für Blog Titel, 13
für Call to action, 14
für Inhalt umschreiben, 15
für Zusammenfassung des Inhalts, 16
für FAQ, 17
für Hashtags, 18
für Überschrift, 19
für Wie es funktioniert, 20
für Meta Description, 21
für Meta-Keywords, 22
für Aufgabenbeschreibung, 23
für Newsletter, 24
für Problem-Analyse-Lösungsansatz, 25
für Absatz, 26
für Pressemeldung, 27
für Social Beitrag, 28
für Bildunterschrift des Social Beitrags, 29
für Startup-Ideen, 30
für Startup-Namen, 31
für Zwischenüberschrift, 32
für Erfahrungsbericht, 33
für Social Media Zitat, 34
für Biografie in den sozialen Medien, 35
für Leistungsversprechen, 36
für Video Beschreibung, 37
für Video Skript, 38
für Video Tags, 39
für Video Titel, 40
für Leitbild, 41
für Produktdatenblatt, 42
für Willkommens E-Mail, 43
für Push-Benachrichtigung, 44
für Blog-Listeneintrag, 45
für Inhaltliche Grammatik, 46
für Blog-Tags, 47
für Vor- und Nachteile, 48
für Google-Anzeige, 49
für Facebook-Werbeanzeige, 50
für Stellenbeschreibung, 51
für Rezension, 52
für Feature Merkmale. Standardwert: freestyle
.favorite
sort_by
id
für Erstellungsdatum, name
für Name. Standardwert: id
.sort
desc
für Absteigend, asc
für Aufsteigend. Standardwert: desc
.per_page
10
, 25
, 50
, 100
. Standardwert: 100
.API Endpunkt:
https://dlx-content.com/api/v1/documents/{id}
Beispiel anfordern:
curl --location --request GET 'https://dlx-content.com/api/v1/documents/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API Endpunkt:
https://dlx-content.com/api/v1/documents
Beispiel anfordern:
curl --location --request POST 'https://dlx-content.com/api/v1/documents' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}' \ --data-urlencode 'prompt={prompt}'
name
prompt
creativity
0
für Wiederkehrend, 0.25
für Deterministisch, 0.5
für Original, 0.75
für Kreativ, 1
für Einfallsreich. Standardwert: 0.5
.API Endpunkt:
https://dlx-content.com/api/v1/documents/{id}
Beispiel anfordern:
curl --location --request PUT 'https://dlx-content.com/api/v1/documents/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
name
result
favorite
API Endpunkt:
https://dlx-content.com/api/v1/documents/{id}
Beispiel anfordern:
curl --location --request DELETE 'https://dlx-content.com/api/v1/documents/{id}' \ --header 'Authorization: Bearer {api_key}'