Logoraisr
Connector for the logoraisr API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.logoraisr.com/rest-v1 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
previews_read— GET /previews/{file_id}/ — Get preview image of uploaded fileprocesses_list— GET /processes/ — Get process list.projects_list— GET /projects/ — Get user project list.projects_read— GET /projects/{project_number}/ — Get project details.reports_list— GET /reports/ — Get user report list.reports_read— GET /reports/{report_number}/ — Get report details.
Inputs
apiKey— your logoraisr API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: previews_read
apiKey: <your key>