PixelStix
Feel free to use the free iOS or Android PixelStix app if you'd like to play around with adding digital content to physical objects. Our API is useful for developers that would like to build this capability into their own products.
PixelStix endpoints
| Method | Endpoint | Description |
|---|---|---|
| Public | ||
| GET |
PixelStix Map Meta /api/v2/public/tags/tag_name/{pixelstix_map_name} |
A PixelStix Map is a collection of PREMIUM PixelStix that have been assigned latitude and longitude coordinates. A PREMIUM PixelStix can belong to multiple Maps and is also known… |
| GET |
PixelStix Meta /api/v2/public/object_voices/{pixelstix_code} |
This endpoint will retrieve the meta information for a given PixelStix code and any Maps/Galleries it may be associated with if the PixelStix is of type 'PREMIUM' |
| Authentication | ||
| POST |
Log in /api/v2/login |
User key and password is received and compared against registered PixelStix users. If successful a JWT token is returned that will need to be used in all non-public requests to… |
| POST |
Register /api/v2/register |
Endpoint enables a new account (defined by user/pass) to be registerd in the PixelStix system. |
| Accounts | ||
| POST |
Add To Account Map /api/v2/accounts/current/username_tag/object_voices/{pixelstix_code} |
Every account in PixelStix has a map that can contain the locations of any number of premium pixelstix. This endpoint allows for the assignment of a pixelstix to the account map… |
| PATCH |
Update Account Info - Coming Soon /api/v2/accounts/current |
Not currently supported. This endpoint allows the user/password credentials associated with the JWT token to be modified. |
| PixelStix | ||
| POST |
Assign /api/v2/object_voices/{pixelstix_code}/web_locations |
Assigns content to an pixelstix. The pixelstix being assigned content *must* be owned by the account associated with the provided JWT token unless the pixelstix is yet unclaimed… |
| PATCH |
Update - Coming Soon /api/v2/object_voices/{pixelstix_code} |
Not yet supported. This endpoint is used to update a pixelstix's attributes |
| Analytics | ||
| GET |
Get Last N Days Scan Counts For Tag /api/v2/analytics/tags/{map_id}/recent_days_scans |
Gets the number of scans over the last N days, per day |
PixelStix pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 6 / hour |
|
| PRO | $20 / month | — |
|
| ULTRA | $199 / month | — |
|