| Arguments | ||
| name | values | description |
| title* | string | The title of this SlideBomb |
| category_id* | Valid Category ID | The category that this SlideBomb belongs to. See the list below: 0 = All 100 = Autos & Vehicles 200 = Business 300 = Comedy 400 = Education 500 = Entertainment 600 = Fashion & Beauty 700 = Film & Animation 800 = Gaming 900 = Howto & Style 1000 = Music 1100 = News & Politics 1200 = Nonprofits & Activism 1300 = People & Blogs 1400 = Pets & Animals 1500 = Science & Technology 1600 = Sports 1700 = Travel & Events 1800 = TV 1900 = Mature 2000 = Food & Dining |
| title_slide_text* | string | The text that is on the title slide. No HTML permitted. |
| tags | string | A list of Tags separated by commas, ex. "cars,porsche" |
| title_slide_image_path* | string,url | The absolute URL of the image to be used on the title slide. |
| slidebomb_icon_path* | string,url | The absolute URL of the image to be used on the title slide. |
| is_shared* | {y,n} | Whether this slidebomb should be shared ("y") or kept private ("n") |
| is_mature* | {y,n} | Whether this slidebomb contains mature content ("y") or does not contain mature content ("n"). Note that this setting is overridden if the category_id=1900. |
| slides[] | array | The array that defines the slides to be added. If not provided then this function will create a SlideBomb with no slides. |
| slides[][format_id]* | {0,1,2} | The format of this slide. 0 = Column Format, 1 = Banner Format, 2 = Text Format Note: slides[][media_type_id], slides[][media_data] not required if Text Format (2) |
| slides[][name]* | The title of this slide | |
| slides[][pullimage]* | {y,n} | Whether SlideBomb should queue this slide to pull the imagelink stored in slides[][media_data] and download it to SlideBomb. |
| slides[][media_type_id] | {0,1,3} | The type of media that is included on this slide. 0 = Image, 1 = Youtube, 3 = Google Map Note: If Image (0) then the slides[media_data] must be an absolute URL. |
| slides[][media_data] | string | It depends on what the media_type_id is. If: Image -> URL to Image, Youtube -> URL to Youtube video, Google Map -> Properly Formatted Address Address ex. 5655 Peachtree Parkway Norcross, GA 30092 |
| slides[][slide_text] | string | The text you want included on this slide. Can contain only the following html tags: {p, b, i, u, ol, ul, li, br, span} |
| slides[][link] | string, url | An absolute URL that can be included on the slide (shown at bottom) |
| Response | ||
| name | values | description |
| status | {OK,ERROR} | Whether the command succeeded or failed |
| statustext | The error if failed or notes if succeeded | |
| slidebomb_sid | The SID identifier of the created SlideBomb | |