To be able to use the API URLs, you'll need to have the API + A.I. Access add-on.
Get the last text recognition result (in text format):
https://bsmagic.app/api/get_rectext.php?token=XXXXXXX
Get the last text recognition result (in JSON format):
https://bsmagic.app/api/get_rectext_json.php?token=XXXXXXX
Save a new text (in URL encoded form) to the text buffer:
https://bsmagic.app/api/textbuffer.php?action=save&token=XXXXXXX&text=your%20text
Read the last data from the text buffer (in text format):
https://bsmagic.app/api/textbuffer.php?action=get&token=XXXXXXX
Read the last data from the text buffer (in JSON format)
https://bsmagic.app/api/textbuffer_json.php?action=get&token=XXXXXXX
Get the last drawing from the Doodle screen (if saved):
https://bsmagic.app/api/get_last_image.php?token=XXXXXXX
Get the last number / word to use in DFB-X:
https://bsmagic.app/api/get_dfbx.php?token=XXXXXXX
Send a new text to the MysterSmith app via WEB-input:
https://bsmagic.app/api/ps-thump.php?push=1&token=XXXXXXX&thump=yourtext
parameter: text
effect: sending a text to the app
format: mystersmith://?text=AAAAAAAA
Example #1 (it will send the text "Hello" to the app):
mystersmith://?text=Hello
Example #2 (it will send the text "Hello World" to the app):
mystersmith://?text=Hello%20World
parameter: return or open
effect: return to (or open) any app, using it's custom URL scheme
format: mystersmith://?open=custom_url_scheme
Example #1 (it will will open the CubeSmith app):
mystersmith://?open=cubesmith
Example #2 (it will send the text "Hello World", then return to the TimeSmith app):
mystersmith://?text=Hello%20World&return=timesmith
To be able to use the API URLs, you'll need to have the API + A.I. Access add-on.
Get the last text recognition result (in text format):
https://bsmagic.app/api/get_rectext.php?token=XXXXXXX
Get the last text recognition result (in JSON format):
https://bsmagic.app/api/get_rectext_json.php?token=XXXXXXX
Save a new text (in URL encoded form) to the text buffer:
https://bsmagic.app/api/textbuffer.php?action=save&token=XXXXXXX&text=your%20text
Read the last data from the text buffer (in text format):
https://bsmagic.app/api/textbuffer.php?action=get&token=XXXXXXX
Read the last data from the text buffer (in JSON format)
https://bsmagic.app/api/textbuffer_json.php?action=get&token=XXXXXXX
Get the last drawing from the Doodle screen (if saved):
https://bsmagic.app/api/get_last_image.php?token=XXXXXXX
Get the last number / word to use in DFB-X:
https://bsmagic.app/api/get_dfbx.php?token=XXXXXXX
Send a new text to the PeekSmith app via WEB-input:
https://bsmagic.app/api/ps-thump.php?push=1&token=XXXXXXX&thump=yourtext
parameter: text
effect: sending a text to the app
format: peeksmith://?text=AAAAAAAA
Example #1 (it will send the text "Hello" to the app):
peeksmith://?text=Hello
Example #2 (it will send the text "Hello World" to the app):
peeksmith://?text=Hello%20World
parameter: open
effect: return to (or open) any app, using it's custom URL scheme
format: peeksmith://?open=custom_url_scheme
Example #1 (it will will open the CubeSmith app):
peeksmith://?open=cubesmith
Example #2 (it will send the text "Hello World", then return to the TimeSmith app):
peeksmith://?text=Hello%20World&return=timesmith
You can use the following APIs if you have the FULL version of TimeSmith. Replace 1234 with the time you want to set.
Get the last time that has been set in the app (HH:mm format):
https://bsmagic.app/api/get_last_time.php?token=XXXXXXX
Get the last time that has been set in the app (in JSON format):
https://bsmagic.app/api/get_last_time_json.php?token=XXXXXXX
Set the time using the custom URL scheme:
timesmith://?time=1234
(possible formats: 1234, 12:34, 0905, 09:05, 905, 9:05, 0700, 07:00, 700, 7:00, 7)
Return to (or open) any app after setting the time:
timesmith://?time=1234&open=custom_url
(example: timesmith://?time=0923&open=peeksmith)
Set the time using WEB-input:
https://bsmagic.app/api/time.php?push=1&token=XXXXXXX&thump=1234