|
|
| | Vivid Text for Developers | | | |
Are you a developer interested in incorporating Vivid Text into your website or application? Currently, we offer a very easy-to-use API (Application Programming Interface) based on sending HTTP GET requests to our server. Follow the guidelines provided below to help incorporate Vivid Text into your development project.
Furthermore, we have a RSS 2.0 feed located at http://www.vividtext.com/feed.rss, which contains all of the Vivid Text Creations matching our database. For example, you could use this feed to query for new creations as well as search through old ones. Additionally, this feed may be very useful for adding vivid text creations to your website news or feed.
If you need any further help, please feel free to contact admin@hyfeno.com.
|
|
| View a Vivid Text |
| Sending a web user to the following URL will bring them to the standard Vivid Text view page. |
|
| Format: |
| http://www.vividtext.com/view?id=your_id_here |
|
| Parameters: |
| id | - | Numerical ID representing a vivid text in the database. |
|
| Download a Vivid Text |
| Sending a web user to the following URL will bring them to a page with only the vivid text image on it. It will also increment the download count for the specified vivid text. |
|
| Format: |
| http://www.vividtext.com/download?id=your_id_here |
|
| Parameters: |
| id | - | Numerical ID representing a vivid text in the database. |
|
| Favorite a Vivid Text |
| Sending a web user to the following URL will bring them to the standard Vivid Text view page. It will also increment the favorited count for the specified vivid text. |
|
| Format: |
| http://www.vividtext.com/favorite?id=your_id_here |
|
| Parameters: |
| id | - | Numerical ID representing a vivid text in the database. |
|
| |
|
|
|