FastAPI (0.1.0)

Download OpenAPI specification:Download

Root Handler

Responses

Response samples

Content type
application/json
null

Healthz Handler

Responses

Response samples

Content type
application/json
null

Topz Handler

Responses

Response samples

Content type
application/json
null

Read Thumbnail

path Parameters
paper_uuid
required
string <uuid> (Paper Uuid)

Responses

Response samples

Content type
application/json
null

Create Thumbnail

path Parameters
paper_uuid
required
string <uuid> (Paper Uuid)

Responses

Response samples

Content type
application/json
null

Read Thumbnail

path Parameters
paper_uuid
required
string <uuid> (Paper Uuid)
image_id
required
string (Image Id)

Responses

Response samples

Content type
application/json
null

Delete Thumbnail Handler

Responses

Response samples

Content type
application/json
{
  • "status": "ok",
  • "message": ""
}