/v1/data/generate_qr
GET /v1/data/generate_qr
Summary
Generate Qr Code
Request Headers
Header | Value |
---|---|
Authorization | Bearer API_TOKEN |
Parameters
content_type (optional, query):
- Type: Content Type - URL, VCARD, TEXT, EMAIL, WIFI
- Default:
URL
data (optional, query):
- Type: string
- Default:
""
(Empty String)
color (optional, query):
- Type: string
- Default:
black
back_color (optional, query):
- Type: string
- Default:
transparent
Responses
200
: Successful Response
Content type: image/png
422
: Validation Error
Content type: application/json
Refer to the schema HTTPValidationError
for the response structure.