API endpoint:
https://chatgptbot.ch/api/v1/documents
Request example:
curl --location --request GET 'https://chatgptbot.ch/api/v1/documents' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
name
for Name, result
for Ergebnis. Defaults to: name
.template_id
1
for Freestyle, 2
for Über uns, 3
for Anzeige, 4
for Artikel, 5
for Blog-Einträge, 6
for Blog-Gliederung, 7
for Blog-Outro, 8
for Blog-Absatz, 9
for Blog-Beitrag, 10
for Blog-Abschnitt, 11
for Blog-Gesprächsthemen, 12
for Blog-Titel, 13
for Handlungsaufforderung, 14
for Inhalt neu schreiben, 15
for Inhaltszusammenfassung, 16
for Häufig gestellte Fragen, 17
for Hashtags, 18
for Überschrift, 19
for Wie es funktioniert, 20
for Meta-Beschreibung, 21
for Meta-Keywords, 22
for Leitbild, 23
for Newsletter, 24
for Pain-Agitate-Solution, 25
for Absatz, 26
for Pressemitteilung, 27
for Social-Media-Post, 28
for Social-Media-Beiträge, 29
for Start-up-Ideen, 30
for Start-up-Namen, 31
for Unterüberschrift, 32
for Kundenkommentar, 35
for Wertversprechen, 36
for Video-Beschreibung, 37
for Video-Skript, 38
for Video-Tags, 39
for Video-Titel, 40
for Visionserklärung, 41
for Produktblatt, 42
for Willkommens-E-Mail, 43
for Push-Benachrichtigung, 44
for Blog-Listicle, 45
for Grammatik des Inhalts, 46
for Blog-Tags, 47
for Vor- und Nachteile, 48
for Google-Werbung, 49
for Facebook-Werbung, 50
for Stellenbeschreibung, 51
for Bewertung, 52
for Feature-Bereich. Defaults to: freestyle
.favorite
sort_by
id
for Erstellungsdatum, name
for Name. Defaults to: id
.sort
desc
for Absteigend, asc
for Aufsteigend. Defaults to: desc
.per_page
10
, 25
, 50
, 100
. Defaults to: 10
.API endpoint:
https://chatgptbot.ch/api/v1/documents/{id}
Request example:
curl --location --request GET 'https://chatgptbot.ch/api/v1/documents/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://chatgptbot.ch/api/v1/documents
Request example:
curl --location --request POST 'https://chatgptbot.ch/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
for Wiederholend, 0.25
for Deterministisch, 0.5
for Original, 0.75
for Kreativ, 1
for Imaginative. Defaults to: 0.5
.API endpoint:
https://chatgptbot.ch/api/v1/documents/{id}
Request example:
curl --location --request PUT 'https://chatgptbot.ch/api/v1/documents/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
name
result
favorite
API endpoint:
https://chatgptbot.ch/api/v1/documents/{id}
Request example:
curl --location --request DELETE 'https://chatgptbot.ch/api/v1/documents/{id}' \ --header 'Authorization: Bearer {api_key}'