fabriquedoc-backend/test_confiance.http

96 lines
2.4 KiB
Text
Raw Normal View History

2023-05-18 00:17:24 +00:00
# Test your FastAPI endpoints
GET http://127.0.0.1:8000/generer/
Content-Type: application/json
Accept: application/zip
{
2024-06-26 21:55:23 +00:00
"format": "instagram-fullscreen",
"style": "pleineconfiance",
2023-05-18 00:17:24 +00:00
"linkcolor": "blue",
"tocdepth": 2,
"pdfengine": "lualatex",
"content": "# Ceci est un titre\n## Ceci est un sous-titre\n\nCeci est un paragraphe\n\n## Ceci est un autre sous-titre\n\n> Ceci est du code\n\nCeci est un emoji :heart_eyes:\n\n::: {.center}\nCeci est centré\n:::",
"fontsize": 14,
"paperwidth": 1080,
2024-01-14 20:34:41 +00:00
"paperheight": 1350,
2023-05-18 00:17:24 +00:00
"ratio": 100,
"margin": 180,
"vmargin": 180,
"fps": 15,
"stilltime": 2,
"extension": "jpg"
}
###
GET http://127.0.0.1:8000/generer/
Content-Type: application/json
Accept: application/zip
{
2024-06-26 21:55:23 +00:00
"format": "instagram-story",
"style": "pleineconfiance",
2023-05-18 00:17:24 +00:00
"linkcolor": "blue",
"tocdepth": 2,
"pdfengine": "lualatex",
"content": "# Ceci est un titre\n## Ceci est un sous-titre\n\nCeci est un paragraphe\n\n## Ceci est un autre sous-titre\n\n> Ceci est du code\n\nCeci est un emoji :heart_eyes:\n\n::: {.center}\nCeci est centré\n:::",
"fontsize": 14,
"paperwidth": 1080,
"paperheight": 1920,
"ratio": 100,
"margin": 180,
2024-06-26 21:55:23 +00:00
"vmargin": 360,
2023-05-18 00:17:24 +00:00
"fps": 15,
"stilltime": 2,
"extension": "mp4"
}
###
GET http://127.0.0.1:8000/generer/
Content-Type: application/json
Accept: application/pdf
{
2024-01-14 20:34:41 +00:00
"format": "slide169",
2024-06-26 21:55:23 +00:00
"style": "pleineconfiance",
2023-05-18 00:17:24 +00:00
"linkcolor": "blue",
"tocdepth": 2,
"pdfengine": "lualatex",
"content": "# Ceci est un titre\n## Ceci est un sous-titre\n\nCeci est un paragraphe\n\n## Ceci est un autre sous-titre\n\n> Ceci est du code\n\nCeci est un emoji :heart_eyes:\n\n::: {.center}\nCeci est centré\n:::",
"fontsize": 14,
2024-01-14 20:34:41 +00:00
"paperwidth": 1920,
2023-05-18 00:17:24 +00:00
"paperheight": 1080,
"ratio": 100,
"margin": 90,
"vmargin": 90,
"fps": 15,
"stilltime": 2,
"extension": "pdf"
}
###
GET http://127.0.0.1:8000/generer/
Content-Type: application/json
Accept: application/pdf
{
2024-06-26 21:55:23 +00:00
"format": "instagram-carre",
"style": "pleineconfiance",
2023-05-18 00:17:24 +00:00
"linkcolor": "blue",
"tocdepth": 2,
"pdfengine": "lualatex",
"content": "# Ceci est un titre\n## Ceci est un sous-titre\n\nCeci est un paragraphe\n\n## Ceci est un autre sous-titre\n\n> Ceci est du code\n\nCeci est un emoji :heart_eyes:\n\n::: {.center}\nCeci est centré\n:::",
"fontsize": 20,
"paperwidth": 1080,
"paperheight": 1080,
"ratio": 100,
"margin": 180,
"vmargin": 300,
"fps": 15,
"stilltime": 2,
"extension": "jpg"
}