QR кодове

GET https://vlinks.cc/api/qr-codes/
curl --request GET \
--url 'https://vlinks.cc/api/qr-codes/' \
--header 'Authorization: Bearer {api_key}' \
Параметри Детайли Описание
page Незадължително Цяло число Номерът на страницата, от която искате резултати. По подразбиране е 1.
results_per_page Незадължително Цяло число Колко резултата искате на страница. Позволените стойности са: 10 , 25 , 50 , 100 , 250 , 500 , 1000. По подразбиране е 25.
{
    "data": [
        {
            "id": 1,
            "type": "url",
            "name": "Example name",
            "qr_code": "https://vlinks.cc/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": "2025-12-06 04:10:28",
        },
    ],
    "meta": {
        "page": 1,
        "results_per_page": 25,
        "total": 1,
        "total_pages": 1
    },
    "links": {
        "first": "https://vlinks.cc/api/qr-codes?page=1",
        "last": "https://vlinks.cc/api/qr-codes?page=1",
        "next": null,
        "prev": null,
        "self": "https://vlinks.cc/api/qr-codes?page=1"
    }
}
GET https://vlinks.cc/api/qr-codes/{qr_code_id}
curl --request GET \
--url 'https://vlinks.cc/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
{
    "data": {
        "id": 1,
        "type": "url",
        "name": "Example name",
        "qr_code": "https://vlinks.cc/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": "2025-12-06 04:10:28",
    }
}
POST https://vlinks.cc/api/qr-codes
Параметри Детайли Описание
project_id Незадължително Цяло число -
name Задължително Текст -
type Задължително Текст Позволени стойности: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
is_bulk Незадължително Булев Наличен когато: type = text
style Незадължително Текст
inner_eye_style Незадължително Текст Позволени стойности: square, dot, rounded, diamond, flower, leaf
outer_eye_style Незадължително Текст Позволени стойности: square, circle, rounded, flower, leaf
foreground_type Незадължително Текст Позволени стойности: color, gradient
foreground_color Незадължително Текст Наличен когато: foreground_type = color
foreground_gradient_style Незадължително Текст Позволени стойности: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one Незадължително Текст Наличен когато: foreground_type = gradient
foreground_gradient_two Незадължително Текст Наличен когато: foreground_type = gradient
background_color Незадължително Текст
background_color_transparency Незадължително Цяло число
custom_eyes_color Незадължително Булев
eyes_inner_color Незадължително Текст Наличен когато: custom_eyes_color = 1
eyes_outer_color Незадължително Текст Наличен когато: custom_eyes_color = 1
qr_code_logo Незадължително Файл -
qr_code_logo_size Незадължително Цяло число 5-35
qr_code_background Незадължително Файл -
qr_code_background_transparency Незадължително Цяло число 0-100
qr_code_foreground Незадължително Файл -
qr_code_foreground_transparency Незадължително Цяло число 0-100
frame Незадължително Текст Позволени стойности: 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 Незадължително Текст
frame_text_size Незадължително Цяло число -5 - 5
frame_text_font Незадължително Текст Позволени стойности: 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 Незадължително Булев
frame_color Незадължително Текст Наличен когато: frame_custom_colors = 1
frame_text_color Незадължително Текст Наличен когато: frame_custom_colors = 1
size Незадължително Цяло число 50-2000
margin Незадължително Цяло число 0-25
ecc Незадължително Текст Позволени стойности: L, M, Q, H
text Незадължително Текст Наличен когато: type = text
url Незадължително Текст Наличен когато: type = url
phone Незадължително Текст Наличен когато: type = phone
sms Незадължително Текст Наличен когато: type = sms
sms_body Незадължително Текст Наличен когато: type = sms
email Незадължително Текст Наличен когато: type = email
whatsapp Незадължително Текст Наличен когато: type = whatsapp
whatsapp_body Незадължително Текст Наличен когато: type = whatsapp
facetime Незадължително Текст Наличен когато: type = facetime
location
location_latitude Незадължително Дробно число Наличен когато: type = location
location_longitude Незадължително Дробно число Наличен когато: type = location
wifi
wifi_ssid Незадължително Текст Наличен когато: type = wifi
wifi_encryption Незадължително Текст Позволени стойности: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password Незадължително Текст Наличен когато: type = wifi
wifi_is_hidden Незадължително Булев Наличен когато: type = wifi
event Незадължително Текст Наличен когато: type = event
event_location Незадължително Текст Наличен когато: type = event
event_url Незадължително Текст Наличен когато: type = event
event_note Незадължително Текст Наличен когато: type = event
event_timezone Незадължително Текст Наличен когато: type = event
event_start_datetime Незадължително Текст Наличен когато: type = event
event_end_datetime Незадължително Текст Наличен когато: type = event
event_first_alert_datetime Незадължително Текст Наличен когато: type = event
event_second_alert_datetime Незадължително Текст Наличен когато: type = event
crypto
crypto_coin Незадължително Текст Наличен когато: type = crypto
crypto_address Незадължително Текст Наличен когато: type = crypto
crypto_amount Незадължително Текст Наличен когато: type = crypto
vcard
vcard_first_name Незадължително Текст Наличен когато: type = vcard
vcard_last_name Незадължително Текст Наличен когато: type = vcard
vcard_company Незадължително Текст Наличен когато: type = vcard
vcard_phone_number_label[index] Незадължително Текст Наличен когато: type = vcard
vcard_phone_number_value[index] Незадължително Текст Наличен когато: type = vcard
vcard_email Незадължително Текст Наличен когато: type = vcard
vcard_url Незадължително Текст Наличен когато: type = vcard
vcard_job_title Незадължително Текст Наличен когато: type = vcard
vcard_birthday Незадължително Текст Наличен когато: type = vcard
vcard_street Незадължително Текст Наличен когато: type = vcard
vcard_city Незадължително Текст Наличен когато: type = vcard
vcard_zip Незадължително Текст Наличен когато: type = vcard
vcard_region Незадължително Текст Наличен когато: type = vcard
vcard_country Незадължително Текст Наличен когато: type = vcard
vcard_note Незадължително Текст Наличен когато: type = vcard
vcard_social_label[index] Незадължително Текст Наличен когато: type = vcard
vcard_social_value[index] Незадължително Текст Наличен когато: type = vcard
paypal
paypal_type Незадължително Текст Позволени стойности: buy_now, add_to_cart, donation (type=paypal)
paypal_email Незадължително Текст Наличен когато: type = paypal
paypal_title Незадължително Текст Наличен когато: type = paypal
paypal_currency Незадължително Текст Наличен когато: type = paypal
paypal_price Незадължително Дробно число Наличен когато: type = paypal
paypal_thank_you_url Незадължително Текст Наличен когато: type = paypal
paypal_cancel_url Незадължително Текст Наличен когато: type = paypal
upi
upi_payee_id Незадължително Текст Наличен когато: type = upi
upi_payee_name Незадължително Текст Наличен когато: type = upi
upi_currency Незадължително Текст Наличен когато: type = upi
upi_amount Незадължително Дробно число Наличен когато: type = upi
upi_transaction_id Незадължително Текст Наличен когато: type = upi
upi_transaction_note Незадължително Текст Наличен когато: type = upi
upi_transaction_reference Незадължително Текст Наличен когато: type = upi
upi_thank_you_url Незадължително Текст Наличен когато: type = upi
epc
epc_iban Незадължително Текст Наличен когато: type = epc
epc_payee_name Незадължително Текст Наличен когато: type = epc
epc_currency Незадължително Текст Наличен когато: type = epc
epc_amount Незадължително Дробно число Наличен когато: type = epc
epc_bic Незадължително Текст Наличен когато: type = epc
epc_remittance_reference Незадължително Текст Наличен когато: type = epc
epc_remittance_text Незадължително Текст Наличен когато: type = epc
information Незадължително Текст Наличен когато: type = epc
pix
pix_payee_key Незадължително Текст Наличен когато: type = pix
pix_payee_name Незадължително Текст Наличен когато: type = pix
pix_currency Незадължително Текст Наличен когато: type = pix
pix_amount Незадължително Дробно число Наличен когато: type = pix
pix_city Незадължително Текст Наличен когато: type = pix
pix_transaction_id Незадължително Текст Наличен когато: type = pix
pix_description Незадължително Текст Наличен когато: type = pix
Параметри Детайли Описание
curl --request POST \
--url 'https://vlinks.cc/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://vlinks.cc/api/qr-codes/{qr_code_id}
Параметри Детайли Описание
project_id Незадължително Текст -
name Незадължително Текст -
type Незадължително Текст Позволени стойности: text, url, phone, sms, email, whatsapp, facetime, location, wifi, event, vcard, crypto, paypal, upi, epc, pix
style Незадължително Текст Позволени стойности: 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 Незадължително Текст Позволени стойности: square, dot, rounded, diamond, flower, leaf
outer_eye_style Незадължително Текст Позволени стойности: square, circle, rounded, flower, leaf
foreground_type Незадължително Текст Позволени стойности: color, gradient
foreground_color Незадължително Текст Наличен когато: foreground_type = color
foreground_gradient_style Незадължително Текст Позволени стойности: vertical, horizontal, diagonal, inverse_diagonal, radial
foreground_gradient_one Незадължително Текст Наличен когато: foreground_type = gradient
foreground_gradient_two Незадължително Текст Наличен когато: foreground_type = gradient
background_color Незадължително Текст
background_color_transparency Незадължително Цяло число 0 - 100
custom_eyes_color Незадължително Булев
eyes_inner_color Незадължително Текст Наличен когато: custom_eyes_color = 1
eyes_outer_color Незадължително Текст Наличен когато: custom_eyes_color = 1
qr_code_logo Незадължително Файл -
qr_code_logo_size Незадължително Цяло число 5-35
qr_code_background Незадължително Файл -
qr_code_background_transparency Незадължително Цяло число 0-100
qr_code_foreground Незадължително Файл -
qr_code_foreground_transparency Незадължително Цяло число 0-100
frame Незадължително Текст Позволени стойности: 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 Незадължително Текст
frame_text_size Незадължително Цяло число -5 -> 5
frame_text_font Незадължително Текст Позволени стойности: 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 Незадължително Булев
frame_color Незадължително Текст Наличен когато: frame_custom_colors = 1
frame_text_color Незадължително Текст Наличен когато: frame_custom_colors = 1
size Незадължително Цяло число 50-2000
margin Незадължително Цяло число 0-25
ecc Незадължително Текст Позволени стойности: L, M, Q, H
text Незадължително Текст Наличен когато: type = text
url Незадължително Текст Наличен когато: type = url
phone Незадължително Текст Наличен когато: type = phone
sms Незадължително Текст Наличен когато: type = sms
sms_body Незадължително Текст Наличен когато: type = sms
email Незадължително Текст Наличен когато: type = email
whatsapp Незадължително Текст Наличен когато: type = whatsapp
whatsapp_body Незадължително Текст Наличен когато: type = whatsapp
facetime Незадължително Текст Наличен когато: type = facetime
location
location_latitude Незадължително Дробно число Наличен когато: type = location
location_longitude Незадължително Дробно число Наличен когато: type = location
wifi
wifi_ssid Незадължително Текст Наличен когато: type = wifi
wifi_encryption Незадължително Текст Позволени стойности: nopass, WEP, WPA/WPA2, H (type=wifi)
wifi_password Незадължително Текст Наличен когато: type = wifi
wifi_is_hidden Незадължително Булев Наличен когато: type = wifi
event Незадължително Текст Наличен когато: type = event
event_location Незадължително Текст Наличен когато: type = event
event_url Незадължително Текст Наличен когато: type = event
event_note Незадължително Текст Наличен когато: type = event
event_timezone Незадължително Текст Наличен когато: type = event
event_start_datetime Незадължително Текст Наличен когато: type = event
event_end_datetime Незадължително Текст Наличен когато: type = event
event_first_alert_datetime Незадължително Текст Наличен когато: type = event
event_second_alert_datetime Незадължително Текст Наличен когато: type = event
crypto
crypto_coin Незадължително Текст Наличен когато: type = crypto
crypto_address Незадължително Текст Наличен когато: type = crypto
crypto_amount Незадължително Текст Наличен когато: type = crypto
vcard
vcard_first_name Незадължително Текст Наличен когато: type = vcard
vcard_last_name Незадължително Текст Наличен когато: type = vcard
vcard_company Незадължително Текст Наличен когато: type = vcard
vcard_phone_number_label[index] Незадължително Текст Наличен когато: type = vcard
vcard_phone_number_value[index] Незадължително Текст Наличен когато: type = vcard
vcard_email Незадължително Текст Наличен когато: type = vcard
vcard_url Незадължително Текст Наличен когато: type = vcard
vcard_job_title Незадължително Текст Наличен когато: type = vcard
vcard_birthday Незадължително Текст Наличен когато: type = vcard
vcard_street Незадължително Текст Наличен когато: type = vcard
vcard_city Незадължително Текст Наличен когато: type = vcard
vcard_zip Незадължително Текст Наличен когато: type = vcard
vcard_region Незадължително Текст Наличен когато: type = vcard
vcard_country Незадължително Текст Наличен когато: type = vcard
vcard_note Незадължително Текст Наличен когато: type = vcard
vcard_social_label[index] Незадължително Текст Наличен когато: type = vcard
vcard_social_value[index] Незадължително Текст Наличен когато: type = vcard
paypal
paypal_type Незадължително Текст Позволени стойности: buy_now, add_to_cart, donation (type=paypal)
paypal_email Незадължително Текст Наличен когато: type = paypal
paypal_title Незадължително Текст Наличен когато: type = paypal
paypal_currency Незадължително Текст Наличен когато: type = paypal
paypal_price Незадължително Дробно число Наличен когато: type = paypal
paypal_thank_you_url Незадължително Текст Наличен когато: type = paypal
paypal_cancel_url Незадължително Текст Наличен когато: type = paypal
upi
upi_payee_id Незадължително Текст Наличен когато: type = upi
upi_payee_name Незадължително Текст Наличен когато: type = upi
upi_currency Незадължително Текст Наличен когато: type = upi
upi_amount Незадължително Дробно число Наличен когато: type = upi
upi_transaction_id Незадължително Текст Наличен когато: type = upi
upi_transaction_note Незадължително Текст Наличен когато: type = upi
upi_transaction_reference Незадължително Текст Наличен когато: type = upi
upi_thank_you_url Незадължително Текст Наличен когато: type = upi
epc
epc_iban Незадължително Текст Наличен когато: type = epc
epc_payee_name Незадължително Текст Наличен когато: type = epc
epc_currency Незадължително Текст Наличен когато: type = epc
epc_amount Незадължително Дробно число Наличен когато: type = epc
epc_bic Незадължително Текст Наличен когато: type = epc
epc_remittance_reference Незадължително Текст Наличен когато: type = epc
epc_remittance_text Незадължително Текст Наличен когато: type = epc
information Незадължително Текст Наличен когато: type = epc
pix
pix_payee_key Незадължително Текст Наличен когато: type = pix
pix_payee_name Незадължително Текст Наличен когато: type = pix
pix_currency Незадължително Текст Наличен когато: type = pix
pix_amount Незадължително Дробно число Наличен когато: type = pix
pix_city Незадължително Текст Наличен когато: type = pix
pix_transaction_id Незадължително Текст Наличен когато: type = pix
pix_description Незадължително Текст Наличен когато: type = pix
curl --request POST \
--url 'https://vlinks.cc/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://vlinks.cc/api/qr-codes/{qr_code_id}
curl --request DELETE \
--url 'https://vlinks.cc/api/qr-codes/{qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \