Historical Results Projects

Create a project

POST https://api-v2.acrcloud.com/api/bm-hist-projects

Headers

Name
Type
Description

Authorization

string

Bearer token

Accept

string

application/json

Content-Type

string

application/json

Request Body

Name
Type
Description

region

string

eu-west-1,us-west-2,ap-southeast-1

name

string

The project name

stations

array

Station ids array

project_type

string

radio,tv

{
  "data": {
    "uid": 1,
    "name": "tv",
    "region": "eu-west-1",
    "access_key": "xxxxxxxxxxxxxxxxxxxxxxx",
    "state": 1,
    "months": [],
    "total_price": 0,
    "total_months": 0,
    "unit_price": 50,
    "payment_status": 0,
    "paid_amount": 0,
    "paid_at": "",
    "report_id": 0,
    "updated_at": "2026-05-08 09:20:45",
    "created_at": "2026-05-08 09:20:45",
    "id": 1,
    "total_channels": 0,
    "total_resutls": 0,
    "total_durations": 0,
    "monthly_details": {},
    "project_type": "tv"
  }
}

List the projects

GET https://api-v2.acrcloud.com/api/bm-hist-projects

Query Parameters

Name
Type
Description

region

string

eu-west-1,us-west-2,ap-southeast-1

page

number

Page number

per_page

number

Items per page

Headers

Name
Type
Description

Authorization

string

Bearer token

Accept

string

application/json

Get a project

GET https://api-v2.acrcloud.com/api/bm-hist-projects/:id

Path Parameters

Name
Type
Description

id

number

The project id

Headers

Name
Type
Description

Authorization

string

Bearer token

Accept

string

application/json

Last updated