fabriquedoc-backend/test_confiance.http

132 lines
3.3 KiB
Text
Raw Normal View History

2023-05-18 00:17:24 +00:00
# Test your FastAPI endpoints
2024-08-24 02:50:28 +00:00
POST http://127.0.0.1:8000/token/
Content-Type: application/x-www-form-urlencoded
username=USERNAME&password=PASSWORD
###
2023-05-18 00:17:24 +00:00
GET http://127.0.0.1:8000/generer/
Content-Type: application/json
Accept: application/zip
2024-08-24 02:50:28 +00:00
Authorization: Bearer TOKEN_HERE
2023-05-18 00:17:24 +00:00
{
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,
"ratio": 80,
"margin": 108,
"vmargin": 250,
2023-05-18 00:17:24 +00:00
"fps": 15,
"stilltime": 2,
"extension": "jpg"
}
###
GET http://127.0.0.1:8000/generer/
Content-Type: application/json
Accept: video/*
2024-08-24 02:50:28 +00:00
Authorization: Bearer TOKEN_HERE
2023-05-18 00:17:24 +00:00
{
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": 108,
"vmargin": 375,
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-08-24 02:50:28 +00:00
Authorization: Bearer TOKEN_HERE
2023-05-18 00:17:24 +00:00
{
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": 108,
"vmargin": 192,
2023-05-18 00:17:24 +00:00
"fps": 15,
"stilltime": 2,
"extension": "pdf"
}
###
GET http://127.0.0.1:8000/generer/
Content-Type: application/json
Accept: application/pdf
2024-08-24 02:50:28 +00:00
Authorization: Bearer TOKEN_HERE
2023-05-18 00:17:24 +00:00
{
"format": "lettre",
"style": "pleineconfiance",
"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": 2550,
"paperheight": 3300,
"ratio": 100,
"margin": 200,
"vmargin": 450,
"fps": 15,
"stilltime": 2,
"extension": "pdf"
}
###
GET http://127.0.0.1:8000/generer/
Content-Type: application/json
Accept: application/pdf
2024-08-24 02:50:28 +00:00
Authorization: Bearer TOKEN_HERE
2023-05-18 00:17:24 +00:00
{
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"
}