# API docs | logoraisr.com **Provider:** API docs | logoraisr.com **Category:** storage **Base URL:** `https://api.logoraisr.com/rest-v1` **Auth:** api-key — `Authorization: YOUR_API_KEY` **Rate Limit:** Not officially published **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://logoraisr.com ## Description

Dig into our logoraisr API reference documentation. We also offer an OpenAPI specification to allow easy integration into your systems. You can download the json file by clicking on the download button.


OpenAPI 2.0 Validati ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.logoraisr.com/rest-v1/previews/{file_id}/` | Get preview image of uploaded file | | GET | `https://api.logoraisr.com/rest-v1/processes/` | Get process list. | | GET | `https://api.logoraisr.com/rest-v1/projects/` | Get user project list. | | POST | `https://api.logoraisr.com/rest-v1/projects/` | Create a new project. | | GET | `https://api.logoraisr.com/rest-v1/projects/{project_number}/` | Get project details. | | GET | `https://api.logoraisr.com/rest-v1/reports/` | Get user report list. | | POST | `https://api.logoraisr.com/rest-v1/reports/` | Create a new report. | | GET | `https://api.logoraisr.com/rest-v1/reports/{report_number}/` | Get report details. | ## Authentication API key in the request header (Authorization) ``` Authorization: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.logoraisr.com/rest-v1/previews/{file_id}/' \ -H 'Authorization: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free trial: 5 image upscales. Pay-as-you-go from €0.12/image. AI image upscaling. --- *Source: [API Map](https://apimap.dev/apis/api-docs-logoraisr-com/) — CC BY 4.0*