Codify your picture
| URL | https://picode.cecikut.com/api/ |
| RESPONSE | JSON |
| [FREE] API KEY | P1C0D3FR334P121 |
| [FREE] SECRET KEY | U-34963 |
| ENDPOINT | info |
| URL | https://picode.cecikut.com/api/info |
| METHOD | POST |
| api_key | string | required | |
| secret_key | string | optional |
{
"status": true,
"data": {
"name": "FREE APICode",
"type": "cycle-monthly",
"usage": {
"count": 0,
"max": 1000,
"balance": 1000,
"date": {
"start": "2026-05-01 00:00:00",
"end": "2026-05-31 23:59:59"
}
}
}
}
| ENDPOINT | create.qr |
| URL | https://picode.cecikut.com/api/create.qr |
| METHOD | POST |
| api_key | string | required | |
| secret_key | string | required | |
| text | string | required | |
| type | option | optional |
Basic
basic
Dotted
dot
|
| color | string | optional | eg. #ff0000 |
| level | option | optional |
Low
L
Medium
M
Quartile
Q
High
H
|
{
"status": true,
"data": {
"url": "https://s0.picode.cec...7fbe2ce50/"
}
}
| ENDPOINT | create.paint.image |
| URL | https://picode.cecikut.com/api/create.paint.image |
| METHOD | POST |
| api_key | string | required | |
| secret_key | string | required | |
| image | string | required | |
| quality | option | optional |
Low
ld
Standard
sd
|
{
"status": true,
"data": {
"url": "https://s4.picode.cec...91c8fd060/"
}
}
| ENDPOINT | create.ascii.image |
| URL | https://picode.cecikut.com/api/create.ascii.image |
| METHOD | POST |
| api_key | string | required | |
| secret_key | string | required | |
| image | string | required | |
| quality | option | optional |
Low
ld
Standard
sd
|
| threshold | decimal | optional | black & white the image (range 0 - 1) |
{
"status": true,
"data": {
"url": "https://s4.picode.cec...a191037fd/"
}
}
| ENDPOINT | create.image.qr |
| URL | https://picode.cecikut.com/api/create.image.qr |
| METHOD | POST |
| api_key | string | required | |
| secret_key | string | required | |
| text | string | required | |
| image | string | required | URL or Base64 |
| color | string | optional | eg. #ff0000 |
| level | option | optional |
Low
L
Medium
M
Quartile
Q
High
H
|
| opacity | option | optional |
25% - Light
low
50% - Moderate
moderate
Almost Invisible
high
|
| threshold | decimal | optional | black & white the image (range 0 - 1) |
{
"status": true,
"data": {
"url": "https://s7.picode.cec...da5773a59/"
}
}
| ENDPOINT | create.paint.qr |
| URL | https://picode.cecikut.com/api/create.paint.qr |
| METHOD | POST |
| api_key | string | required | |
| secret_key | string | required | |
| text | string | required | |
| image | string | required | URL or Base64 |
| quality | option | optional |
Low
ld
Standard
sd
|
| color | string | optional | eg. #ff0000 |
| level | option | optional |
Low
L
Medium
M
Quartile
Q
High
H
|
| opacity | option | optional |
25% - Light
low
50% - Moderate
moderate
Almost Invisible
high
|
{
"status": true,
"data": {
"url": "https://s3.picode.cec...88baf34be/"
}
}
| ENDPOINT | create.ascii.qr |
| URL | https://picode.cecikut.com/api/create.ascii.qr |
| METHOD | POST |
| api_key | string | required | |
| secret_key | string | required | |
| text | string | required | |
| image | string | required | URL or Base64 |
| quality | option | optional |
Low
ld
Standard
sd
|
| color | string | optional | eg. #ff0000 |
| level | option | optional |
Low
L
Medium
M
Quartile
Q
High
H
|
| threshold | decimal | optional | black & white the image (range 0 - 1) |
{
"status": true,
"data": {
"url": "https://s9.picode.cec...ab21dc75b/"
}
}
{
"status": false,
"error": "API KEY NOT VALID"
}