Skip to content

Publish API

The Publish API allows creation and management of publishes made in Indee. The available endpoints include:

API Endpoints Description
Get Publish Details Returns all the details pertaining to the publish.
Create Publish Creates a publish entry using the provided details and generates associated screeners.

Authorization

Publish creation and management APIs require a valid session to be established before they can be used. For authorization details, refer to Admin Authorization API.

Common Error and Success Codes

The API response for publish creation and management APIs follow the common status code format as outlined in the API Status codes.

Success Codes

Indee Status Code HTTP Status Code
A0000 200

Error Codes

Indee Status Code HTTP Status Code
A2001 401
A2003 401
A2002 401
A2004 401
A2005 401
A2006 401
A2000 401
A2100 401
A2013 400
A2100 403
A2101 403
A2201 400
A4307 403
A4322 400
A4325 400
A4326 400
A4327 400
A4900 400

Error Response

The error responses for all Publish APIs will follow the model as outlined in Indee Error codes.

    {
        "status_code": "A2002",
        "status_message": "Access Denied",
    }
Field Type Description
status_code String Indee provided status code.
status_message String The message associated with the status code.