Skip to main content

Create package

POST 

/packages

Create a packages

Request

Header Parameters

    Content-Type stringrequired
    Example: application/x-www-form-urlencoded
    Accept stringrequired
    Example: application/json

Body

    title stringrequired

    Title of package

    Example: Title
    description stringrequired

    Description of package

    Example: Text
    privacy stringrequired

    Privacy of content (hidden, public, registered)

    Example: public
    collection_ids[] stringrequired

    Collections to add into this package

    Example: 5345
    date_order stringrequired

    Date to order chronologically packages

    Example: 2024-11-02 15:00:00
    category_ids[] stringrequired

    Id of categories to attach on this package

    Example: 55698
    seo_title stringrequired

    Title for search engines

    Example: title
    seo_description stringrequired

    Description for search engines

    Example: description
    full_description stringrequired

    Full description that allows html inside

    Example: full

Responses

Response Headers

    Schema

      status stringrequired

      packages

      object[]

      required

    • Array [

    • tags stringrequired
      title stringrequired
      description stringrequired
      id stringrequired
      display_name stringrequired
      full_description stringrequired
      privacy stringrequired
      img_preview stringrequired
      img_preview_vertical stringrequired
      img_preview_background stringrequired
      img_preview_logo_title stringrequired
      total_live stringrequired
      total_videos stringrequired
      total_ondemand stringrequired
      category stringrequired
      trailer stringrequired
      views stringrequired
      show_views stringrequired
      likes_tot stringrequired
      show_likes stringrequired
      subtitles stringrequired
      on_sale stringrequired
      json_price stringrequired
      channel stringrequired
      access stringrequired
      channel_display_name stringrequired
      saved stringrequired
      geoblocking stringrequired
      android_products stringrequired
      ios_products stringrequired
      directors stringrequired
      actors stringrequired
      age_restriction stringrequired
      original_language stringrequired
      customfields stringrequired
      full_original_language stringrequired
      year stringrequired
      next_video_play stringrequired
      seo_title stringrequired
      seo_description stringrequired
      duration stringrequired
      show_ads_on_free stringrequired
    • ]

    Loading...