This page provides a full description of all the routes available for handling printers. Each route is explained with its parameters, required headers, possible responses and examples of use.
β‘οΈ Create a print job
β‘οΈ Get print job status
π‘ Models
PrintJobContent
commands
β
type
string
Use the value "epos".
β
PrintCommandType
TextPrintCommand
type
string
Use the value "text".
β
lang
string
Text langage.
β
smooth
boolean
Enables or disables anti-aliasing (smoothing) to improve text sharpness.
β
x
number
Horizontal position of the text (X coordinate).
β
align
Alignment of the text (left, right, center).
β
value
string
The text content to be printed.
β
width
number
Width of the text line (integer values only, 1 or 2).
β
height
number
Height of the text line (integer values only, 1 or 2).
β
reverse
boolean
Inverts the text colors (negative mode).
β
ul
boolean
Enables or disables underline for the text.
β
em
boolean
Enables or disables emphasis (bold or italic depending on the implementation).
β
color
string
Text color (CSS color value or other supported format).
β
PrintAlign Enum
left
Align left.
center
Align center.
right
Align right.
CutPrintCommand
type
string
Use the value "cut".
β
typetype
string
Use the value "feed".
β
value
string
Optional value that might provide additional information or metadata related to the cut command.
β
FeedPrintCommand
type
string
Use the value "feed".
β
line
number
Number of lines to feed (i.e., how many lines the paper should move forward).
β
value
string
Optional value that might include additional information or metadata related to the feed command.
β
π€ Create print job
This route is dedicated to create a printjob on the printer.
POST https://api.fyre.app/api/v1/printers/onebox/{printerId}/printjobs
Route Paramsβ¬οΈ
Payload β¬οΈ
π€ Responses
π Route Params Example
π Payload example
π© Get print job status
This route is used to get the print job status on the printer.
GET https://api.fyre.app/api/v1/printers/onebox/{printerId}/printjobs/{printjobId}
Route Paramsβ¬οΈ
π€ Responses
π Route Params Example
Last updated