Kody QR

GET https://bio.influstar.pl/api/qr-codes/
curl --request GET \
--url 'https://bio.influstar.pl/api/qr-codes/' \
--header 'Authorization: Bearer {api_key}' \
Parametry Szczegóły Opis
page Opcjonalne Integer Numer strony, z której chcesz uzyskać wyniki. Domyślnie to 1.
results_per_page Opcjonalne Integer Ile wyników chcesz na stronie. Dozwolone wartości to: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Domyślnie to 25.
{
    "data": [
        {
            "id": 1,
            "type": "url",
            "name": "Example name",
            "qr_code": "https://bio.influstar.pl/uploads/qr_code/example.svg",
            "qr_code_logo": null,
            "qr_code_background": null,
            "settings": {
                "foreground_type": "color",
                "foreground_color": "#000000",
                "background_color": "#ffffff",
                "custom_eyes_color": false,
                "qr_code_logo_size": 25,
                "size": 500,
                "margin": 0,
                "ecc": "L",
                "url": "https://example.com"
                ...
            },
            "embedded_data": "https://example.com",
            "last_datetime": null,
            "datetime": "2026-08-12 17:49:28",
        },
    ],
    "meta": {
        "page": 1,
        "results_per_page": 25,
        "total": 1,
        "total_pages": 1
    },
    "links": {
        "first": "https://bio.influstar.pl/api/qr-codes?page=1",
        "last": "https://bio.influstar.pl/api/qr-codes?page=1",
        "next": null,
        "prev": null,
        "self": "https://bio.influstar.pl/api/qr-codes?page=1"
    }
}
GET https://bio.influstar.pl/api/qr-codes/{qr_code_id}
curl --request GET \
--url 'https://bio.influstar.pl/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
{
    "data": {
        "id": 1,
        "type": "url",
        "name": "Example name",
        "qr_code": "https://bio.influstar.pl/uploads/qr_code/example.svg",
        "qr_code_logo": null,
        "qr_code_background": null,
        "settings": {
            "foreground_type": "color",
            "foreground_color": "#000000",
            "background_color": "#ffffff",
            "custom_eyes_color": false,
            "qr_code_logo_size": 25,
            "size": 500,
            "margin": 0,
            "ecc": "L",
            "url": "https://example.com"
            ...
        },
        "embedded_data": "https://example.com",
        "last_datetime": null,
        "datetime": "2026-08-12 17:49:28",
    }
}
POST https://bio.influstar.pl/api/qr-codes
Parametry Szczegóły Opis
project_id Opcjonalne Integer -
name Wymagane String -
type Wymagane String Dozwolone wartości: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
is_bulk Opcjonalne Boolean Dostępne, gdy: type = text
style Opcjonalne String
inner_eye_style Opcjonalne String Dozwolone wartości: square, dot, rounded, diamond, flower, leaf
outer_eye_style Opcjonalne String Dozwolone wartości: square, circle, rounded, flower, leaf
foreground_type Opcjonalne String Dozwolone wartości: color, gradient
foreground_color Opcjonalne String Dostępne, gdy: foreground_type = color
foreground_gradient_style Opcjonalne String Dozwolone wartości: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one Opcjonalne String Dostępne, gdy: foreground_type = gradient
foreground_gradient_two Opcjonalne String Dostępne, gdy: foreground_type = gradient
background_color Opcjonalne String
background_color_transparency Opcjonalne Integer
custom_eyes_color Opcjonalne Boolean
eyes_inner_color Opcjonalne String Dostępne, gdy: custom_eyes_color = 1
eyes_outer_color Opcjonalne String Dostępne, gdy: custom_eyes_color = 1
qr_code_logo Opcjonalne Plik -
qr_code_logo_size Opcjonalne Integer 5-35
qr_code_background Opcjonalne Plik -
qr_code_background_transparency Opcjonalne Integer 0-100
qr_code_foreground Opcjonalne Plik -
qr_code_foreground_transparency Opcjonalne Integer 0-100
frame Opcjonalne String Dozwolone wartości: circle_simple_bottom_text, round_simple_bottom_text, straight_simple_bottom_text, round_card_bottom_text, straight_bottom_text, straight_top_text, round_bottom_text, round_top_text, tooltip_bottom_text, tooltip_top_text, ribbon_bottom_text, ribbon_top_text, tooltip_snap_top_text, tooltip_snap_bottom_text, straight_semi_bordered_bottom_text, round_semi_bordered_bottom_text, hand_arrows_bottom_text, broken_ticket_bottom_text, smooth_ribbon_bottom_text
frame_text Opcjonalne String
frame_text_size Opcjonalne Integer -5 - 5
frame_text_font Opcjonalne String Dozwolone wartości: times_new_roman, georgia, courier, arial, helvetica, verdana, tahoma, trebuchet_ms, courier_new, monaco, comic_sans_ms, impact, luminari, baskerville, papyrus, brush_script_mt
frame_custom_colors Opcjonalne Boolean
frame_color Opcjonalne String Dostępne, gdy: frame_custom_colors = 1
frame_text_color Opcjonalne String Dostępne, gdy: frame_custom_colors = 1
size Opcjonalne Integer 50-2000
margin Opcjonalne Integer 0-25
ecc Opcjonalne String Dozwolone wartości: L, M, Q, H
text Opcjonalne String Dostępne, gdy: type = text
url Opcjonalne String Dostępne, gdy: type = url
phone Opcjonalne String Dostępne, gdy: type = phone
sms Opcjonalne String Dostępne, gdy: type = sms
sms_body Opcjonalne String Dostępne, gdy: type = sms
email Opcjonalne String Dostępne, gdy: type = email
whatsapp Opcjonalne String Dostępne, gdy: type = whatsapp
whatsapp_body Opcjonalne String Dostępne, gdy: type = whatsapp
facetime Opcjonalne String Dostępne, gdy: type = facetime
location
location_latitude Opcjonalne Float Dostępne, gdy: type = location
location_longitude Opcjonalne Float Dostępne, gdy: type = location
wifi
wifi_ssid Opcjonalne String Dostępne, gdy: type = wifi
wifi_encryption Opcjonalne String Dozwolone wartości: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password Opcjonalne String Dostępne, gdy: type = wifi
wifi_is_hidden Opcjonalne Boolean Dostępne, gdy: type = wifi
event Opcjonalne String Dostępne, gdy: type = event
event_location Opcjonalne String Dostępne, gdy: type = event
event_url Opcjonalne String Dostępne, gdy: type = event
event_note Opcjonalne String Dostępne, gdy: type = event
event_timezone Opcjonalne String Dostępne, gdy: type = event
event_start_datetime Opcjonalne String Dostępne, gdy: type = event
event_end_datetime Opcjonalne String Dostępne, gdy: type = event
event_first_alert_datetime Opcjonalne String Dostępne, gdy: type = event
event_second_alert_datetime Opcjonalne String Dostępne, gdy: type = event
crypto
crypto_coin Opcjonalne String Dostępne, gdy: type = crypto
crypto_address Opcjonalne String Dostępne, gdy: type = crypto
crypto_amount Opcjonalne String Dostępne, gdy: type = crypto
vcard
vcard_first_name Opcjonalne String Dostępne, gdy: type = vcard
vcard_last_name Opcjonalne String Dostępne, gdy: type = vcard
vcard_company Opcjonalne String Dostępne, gdy: type = vcard
vcard_phone_number_label[index] Opcjonalne String Dostępne, gdy: type = vcard
vcard_phone_number_value[index] Opcjonalne String Dostępne, gdy: type = vcard
vcard_email Opcjonalne String Dostępne, gdy: type = vcard
vcard_url Opcjonalne String Dostępne, gdy: type = vcard
vcard_job_title Opcjonalne String Dostępne, gdy: type = vcard
vcard_birthday Opcjonalne String Dostępne, gdy: type = vcard
vcard_street Opcjonalne String Dostępne, gdy: type = vcard
vcard_city Opcjonalne String Dostępne, gdy: type = vcard
vcard_zip Opcjonalne String Dostępne, gdy: type = vcard
vcard_region Opcjonalne String Dostępne, gdy: type = vcard
vcard_country Opcjonalne String Dostępne, gdy: type = vcard
vcard_note Opcjonalne String Dostępne, gdy: type = vcard
vcard_social_label[index] Opcjonalne String Dostępne, gdy: type = vcard
vcard_social_value[index] Opcjonalne String Dostępne, gdy: type = vcard
paypal
paypal_type Opcjonalne String Dozwolone wartości: buy_now, add_to_cart, donation (type=paypal)
paypal_email Opcjonalne String Dostępne, gdy: type = paypal
paypal_title Opcjonalne String Dostępne, gdy: type = paypal
paypal_currency Opcjonalne String Dostępne, gdy: type = paypal
paypal_price Opcjonalne Float Dostępne, gdy: type = paypal
paypal_thank_you_url Opcjonalne String Dostępne, gdy: type = paypal
paypal_cancel_url Opcjonalne String Dostępne, gdy: type = paypal
upi
upi_payee_id Opcjonalne String Dostępne, gdy: type = upi
upi_payee_name Opcjonalne String Dostępne, gdy: type = upi
upi_currency Opcjonalne String Dostępne, gdy: type = upi
upi_amount Opcjonalne Float Dostępne, gdy: type = upi
upi_transaction_id Opcjonalne String Dostępne, gdy: type = upi
upi_transaction_note Opcjonalne String Dostępne, gdy: type = upi
upi_transaction_reference Opcjonalne String Dostępne, gdy: type = upi
upi_thank_you_url Opcjonalne String Dostępne, gdy: type = upi
epc
epc_iban Opcjonalne String Dostępne, gdy: type = epc
epc_payee_name Opcjonalne String Dostępne, gdy: type = epc
epc_currency Opcjonalne String Dostępne, gdy: type = epc
epc_amount Opcjonalne Float Dostępne, gdy: type = epc
epc_bic Opcjonalne String Dostępne, gdy: type = epc
epc_remittance_reference Opcjonalne String Dostępne, gdy: type = epc
epc_remittance_text Opcjonalne String Dostępne, gdy: type = epc
information Opcjonalne String Dostępne, gdy: type = epc
pix
pix_payee_key Opcjonalne String Dostępne, gdy: type = pix
pix_payee_name Opcjonalne String Dostępne, gdy: type = pix
pix_currency Opcjonalne String Dostępne, gdy: type = pix
pix_amount Opcjonalne Float Dostępne, gdy: type = pix
pix_city Opcjonalne String Dostępne, gdy: type = pix
pix_transaction_id Opcjonalne String Dostępne, gdy: type = pix
pix_description Opcjonalne String Dostępne, gdy: type = pix
Parametry Szczegóły Opis
curl --request POST \
--url 'https://bio.influstar.pl/api/qr-codes' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=New York' \
--form 'type=text' \
--form 'text=Hello!' \
{
    "data": {
        "id": 1
    }
}
POST https://bio.influstar.pl/api/qr-codes/{qr_code_id}
Parametry Szczegóły Opis
project_id Opcjonalne String -
name Opcjonalne String -
type Opcjonalne String Dozwolone wartości: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
style Opcjonalne String Dozwolone wartości: square, dot, round, rounded, elastic_square, heart, diamond, star, triangle, hexagon, spaced_square, octagon, cross_x, curvy_x, rounded_cross, ninja, sun, shine, bold_plus, teardrop, corner_cut, randomized_square, bold_x
inner_eye_style Opcjonalne String Dozwolone wartości: square, dot, rounded, diamond, flower, leaf
outer_eye_style Opcjonalne String Dozwolone wartości: square, circle, rounded, flower, leaf
foreground_type Opcjonalne String Dozwolone wartości: color, gradient
foreground_color Opcjonalne String Dostępne, gdy: foreground_type = color
foreground_gradient_style Opcjonalne String Dozwolone wartości: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one Opcjonalne String Dostępne, gdy: foreground_type = gradient
foreground_gradient_two Opcjonalne String Dostępne, gdy: foreground_type = gradient
background_color Opcjonalne String
background_color_transparency Opcjonalne Integer 0 - 100
custom_eyes_color Opcjonalne Boolean
eyes_inner_color Opcjonalne String Dostępne, gdy: custom_eyes_color = 1
eyes_outer_color Opcjonalne String Dostępne, gdy: custom_eyes_color = 1
qr_code_logo Opcjonalne Plik -
qr_code_logo_size Opcjonalne Integer 5-35
qr_code_background Opcjonalne Plik -
qr_code_background_transparency Opcjonalne Integer 0-100
qr_code_foreground Opcjonalne Plik -
qr_code_foreground_transparency Opcjonalne Integer 0-100
frame Opcjonalne String Dozwolone wartości: circle_simple_bottom_text, round_simple_bottom_text, straight_simple_bottom_text, round_card_bottom_text, straight_bottom_text, straight_top_text, round_bottom_text, round_top_text, tooltip_bottom_text, tooltip_top_text, ribbon_bottom_text, ribbon_top_text, tooltip_snap_top_text, tooltip_snap_bottom_text, straight_semi_bordered_bottom_text, round_semi_bordered_bottom_text, hand_arrows_bottom_text, broken_ticket_bottom_text, smooth_ribbon_bottom_text
frame_text Opcjonalne String
frame_text_size Opcjonalne Integer -5 -> 5
frame_text_font Opcjonalne String Dozwolone wartości: times_new_roman, georgia, courier, arial, helvetica, verdana, tahoma, trebuchet_ms, courier_new, monaco, comic_sans_ms, impact, luminari, baskerville, papyrus, brush_script_mt
frame_custom_colors Opcjonalne Boolean
frame_color Opcjonalne String Dostępne, gdy: frame_custom_colors = 1
frame_text_color Opcjonalne String Dostępne, gdy: frame_custom_colors = 1
size Opcjonalne Integer 50-2000
margin Opcjonalne Integer 0-25
ecc Opcjonalne String Dozwolone wartości: L, M, Q, H
text Opcjonalne String Dostępne, gdy: type = text
url Opcjonalne String Dostępne, gdy: type = url
phone Opcjonalne String Dostępne, gdy: type = phone
sms Opcjonalne String Dostępne, gdy: type = sms
sms_body Opcjonalne String Dostępne, gdy: type = sms
email Opcjonalne String Dostępne, gdy: type = email
whatsapp Opcjonalne String Dostępne, gdy: type = whatsapp
whatsapp_body Opcjonalne String Dostępne, gdy: type = whatsapp
facetime Opcjonalne String Dostępne, gdy: type = facetime
location
location_latitude Opcjonalne Float Dostępne, gdy: type = location
location_longitude Opcjonalne Float Dostępne, gdy: type = location
wifi
wifi_ssid Opcjonalne String Dostępne, gdy: type = wifi
wifi_encryption Opcjonalne String Dozwolone wartości: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password Opcjonalne String Dostępne, gdy: type = wifi
wifi_is_hidden Opcjonalne Boolean Dostępne, gdy: type = wifi
event Opcjonalne String Dostępne, gdy: type = event
event_location Opcjonalne String Dostępne, gdy: type = event
event_url Opcjonalne String Dostępne, gdy: type = event
event_note Opcjonalne String Dostępne, gdy: type = event
event_timezone Opcjonalne String Dostępne, gdy: type = event
event_start_datetime Opcjonalne String Dostępne, gdy: type = event
event_end_datetime Opcjonalne String Dostępne, gdy: type = event
event_first_alert_datetime Opcjonalne String Dostępne, gdy: type = event
event_second_alert_datetime Opcjonalne String Dostępne, gdy: type = event
crypto
crypto_coin Opcjonalne String Dostępne, gdy: type = crypto
crypto_address Opcjonalne String Dostępne, gdy: type = crypto
crypto_amount Opcjonalne String Dostępne, gdy: type = crypto
vcard
vcard_first_name Opcjonalne String Dostępne, gdy: type = vcard
vcard_last_name Opcjonalne String Dostępne, gdy: type = vcard
vcard_company Opcjonalne String Dostępne, gdy: type = vcard
vcard_phone_number_label[index] Opcjonalne String Dostępne, gdy: type = vcard
vcard_phone_number_value[index] Opcjonalne String Dostępne, gdy: type = vcard
vcard_email Opcjonalne String Dostępne, gdy: type = vcard
vcard_url Opcjonalne String Dostępne, gdy: type = vcard
vcard_job_title Opcjonalne String Dostępne, gdy: type = vcard
vcard_birthday Opcjonalne String Dostępne, gdy: type = vcard
vcard_street Opcjonalne String Dostępne, gdy: type = vcard
vcard_city Opcjonalne String Dostępne, gdy: type = vcard
vcard_zip Opcjonalne String Dostępne, gdy: type = vcard
vcard_region Opcjonalne String Dostępne, gdy: type = vcard
vcard_country Opcjonalne String Dostępne, gdy: type = vcard
vcard_note Opcjonalne String Dostępne, gdy: type = vcard
vcard_social_label[index] Opcjonalne String Dostępne, gdy: type = vcard
vcard_social_value[index] Opcjonalne String Dostępne, gdy: type = vcard
paypal
paypal_type Opcjonalne String Dozwolone wartości: buy_now, add_to_cart, donation (type=paypal)
paypal_email Opcjonalne String Dostępne, gdy: type = paypal
paypal_title Opcjonalne String Dostępne, gdy: type = paypal
paypal_currency Opcjonalne String Dostępne, gdy: type = paypal
paypal_price Opcjonalne Float Dostępne, gdy: type = paypal
paypal_thank_you_url Opcjonalne String Dostępne, gdy: type = paypal
paypal_cancel_url Opcjonalne String Dostępne, gdy: type = paypal
upi
upi_payee_id Opcjonalne String Dostępne, gdy: type = upi
upi_payee_name Opcjonalne String Dostępne, gdy: type = upi
upi_currency Opcjonalne String Dostępne, gdy: type = upi
upi_amount Opcjonalne Float Dostępne, gdy: type = upi
upi_transaction_id Opcjonalne String Dostępne, gdy: type = upi
upi_transaction_note Opcjonalne String Dostępne, gdy: type = upi
upi_transaction_reference Opcjonalne String Dostępne, gdy: type = upi
upi_thank_you_url Opcjonalne String Dostępne, gdy: type = upi
epc
epc_iban Opcjonalne String Dostępne, gdy: type = epc
epc_payee_name Opcjonalne String Dostępne, gdy: type = epc
epc_currency Opcjonalne String Dostępne, gdy: type = epc
epc_amount Opcjonalne Float Dostępne, gdy: type = epc
epc_bic Opcjonalne String Dostępne, gdy: type = epc
epc_remittance_reference Opcjonalne String Dostępne, gdy: type = epc
epc_remittance_text Opcjonalne String Dostępne, gdy: type = epc
information Opcjonalne String Dostępne, gdy: type = epc
pix
pix_payee_key Opcjonalne String Dostępne, gdy: type = pix
pix_payee_name Opcjonalne String Dostępne, gdy: type = pix
pix_currency Opcjonalne String Dostępne, gdy: type = pix
pix_amount Opcjonalne Float Dostępne, gdy: type = pix
pix_city Opcjonalne String Dostępne, gdy: type = pix
pix_transaction_id Opcjonalne String Dostępne, gdy: type = pix
pix_description Opcjonalne String Dostępne, gdy: type = pix
curl --request POST \
--url 'https://bio.influstar.pl/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Las Vegas' \
{
    "data": {
        "id": 1
    }
}
DELETE https://bio.influstar.pl/api/qr-codes/{qr_code_id}
curl --request DELETE \
--url 'https://bio.influstar.pl/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \