AI QR codes
                                GET https://premiumqrcodes.com/api/ai-qr-codes/
                            
                        
                                curl --request GET \
--url 'https://premiumqrcodes.com/api/ai-qr-codes/' \
--header 'Authorization: Bearer {api_key}' \
                        --url 'https://premiumqrcodes.com/api/ai-qr-codes/' \
--header 'Authorization: Bearer {api_key}' \
| Parameters | تفاصيل | الوصف | 
|---|---|---|
| page | Optional Integer | The page number that you want results from. Defaults to 1. | 
                            
| results_per_page | Optional Integer | How many results you want per page. Allowed values are: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Defaults to 25. | 
                            
{
    "data": [
        {
            "id": 1,
            "name": "Example name",
            "ai_qr_code": "https://premiumqrcodes.com/uploads/ai_qr_codes/example.png",
            "content": "https://premiumqrcodes.com/",
            "prompt": "Nature scenery at sunset, waterfall, wild animals and sunshine rays"
            "embedded_data": "https://premiumqrcodes.com/",
            "embedded_data": "https://example.com",
            "last_datetime": null,
            "datetime": "2025-11-04 03:24:07"
        },
    ],
    "meta": {
        "page": 1,
        "results_per_page": 25,
        "total": 1,
        "total_pages": 1
    },
    "links": {
        "first": "https://premiumqrcodes.com/api/ai-qr-codes?&page=1",
        "last": "https://premiumqrcodes.com/api/ai-qr-codes?&page=1",
        "next": null,
        "prev": null,
        "self": "https://premiumqrcodes.com/api/ai-qr-codes?&page=1"
    }
}
                        
                    
                                GET https://premiumqrcodes.com/api/ai-qr-codes/{ai_qr_code_id}
                            
                        
                                curl --request GET \
--url 'https://premiumqrcodes.com/api/ai-qr-codes/{ai_qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
                        --url 'https://premiumqrcodes.com/api/ai-qr-codes/{ai_qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
{
    "data": {
        "id": 1,
        "name": "Example name",
        "ai_qr_code": "https://premiumqrcodes.com/uploads/ai_qr_codes/example.png",
        "content": "https://premiumqrcodes.com/",
        "prompt": "Nature scenery at sunset, waterfall, wild animals and sunshine rays"
        "embedded_data": "https://premiumqrcodes.com/",
        "last_datetime": null,
        "datetime": "2025-11-04 03:24:07"
    }
}
                        
                    
                                POST https://premiumqrcodes.com/api/ai-qr-codes
                            
                        | Parameters | تفاصيل | الوصف | 
|---|---|---|
| link_id | Optional Integer | - | 
| project_id | Optional Integer | - | 
| name | Required String | - | 
| content | Required String | - | 
| prompt | Required String | - | 
| Parameters | تفاصيل | الوصف | 
|---|---|---|
                                curl --request POST \
--url 'https://premiumqrcodes.com/api/ai-qr-codes' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=New York' \
--form 'prompt=Nature scenery at sunset, waterfall, wild animals and sunshine rays' \
--form 'content=https://premiumqrcodes.com/' \
                            
                        --url 'https://premiumqrcodes.com/api/ai-qr-codes' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=New York' \
--form 'prompt=Nature scenery at sunset, waterfall, wild animals and sunshine rays' \
--form 'content=https://premiumqrcodes.com/' \
{
    "data": {
        "id": 1
    }
}
                        
                    
                                POST https://premiumqrcodes.com/api/ai-qr-codes/{ai_qr_code_id}
                            
                        | Parameters | تفاصيل | الوصف | 
|---|---|---|
| link_id | Optional Integer | - | 
| project_id | Optional String | - | 
| name | Optional String | - | 
| content | Optional String | - | 
| prompt | Optional String | - | 
                                curl --request POST \
--url 'https://premiumqrcodes.com/api/ai-qr-codes/{ai_qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Las Vegas' \
                            
                        --url 'https://premiumqrcodes.com/api/ai-qr-codes/{ai_qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Las Vegas' \
{
    "data": {
        "id": 1
    }
}
                        
                    
                                DELETE https://premiumqrcodes.com/api/ai-qr-codes/{ai_qr_code_id}
                            
                        
                                curl --request DELETE \
--url 'https://premiumqrcodes.com/api/ai-qr-codes/{ai_qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \
                            
                        --url 'https://premiumqrcodes.com/api/ai-qr-codes/{ai_qr_code_id}' \
--header 'Authorization: Bearer {api_key}' \