Earlier quoted context omitted.
An API for general printing (e.g. business cards, letterheads, brochures, posters, etc.) is desperately needed. I can't seem to find any commercial printer that offers an API.
infraprint.com just started one about two weeks ago. I haven't had the opportunity to test it yet but it looks like it has all the features that you might need. I'm planning to use them to print and mail custom letters through the USPS for a credit repair site I'm building.
T-Shirt Printing API
111–120 of 131 posts
Re: T-Shirt Printing API
#112Earlier quoted context omitted.
I think shirts.io has the responsibility here. They'd be reproducing an image unlawfully, for profit.
I doubt that, otherwise you could argue that Kinko's would be at fault when people pay to make photocopies of copyrighted content in their stores.
Re: T-Shirt Printing API
#113Earlier quoted context omitted.
Hey Raymond, I have a fairly specific question. My interest in T-shirts has become refined in recent years. I only like T-shirts that are super soft. Have you guys tested a niche of super soft T's at all? I might be interested in using the API if I could brand a custom T-shirt site focused first of all on the softness of the T, and if you could guarantee the softness.
You'd be looking for a ringspun cotton or a triblend t-shirt from a high-end brand like American Apparel or Canvas. It all depends on how much you want to pay. American Apparel and Canvas are on the high end of the market. They each offer both ringspun and triblend styles. You're looking at $3 to $4 per shirt over the cost of a basic cotton tee. If you want a "value" soft tee, you should consider the Gildan Softstyle…
Re: T-Shirt Printing API
#114Earlier quoted context omitted.
I doubt that, otherwise you could argue that Kinko's would be at fault when people pay to make photocopies of copyrighted content in their stores.
Kinkos was in fact successfully sued for just this thing. Example: http://www.bc.edu/bc_org/avp/cas/comm/free_speech/basicbooks...
Kinko's has periodically asserted that it acted at the instruction of the
educational institution, that is, as the agent of the colleges and is without
responsibility. Yet, Kinko's promotional materials belie this contention
particularly because Kinko's takes responsibility for obtaining copyright
permission while touting the expertise of its copyright permissions staff (a
"service [which] is provided at no charge to all Kinko's customers.").
"Copyright Information Letter to Faculty Members," in Kinko's Copyright and
Professor Publishing Handbook, at 40.Re: T-Shirt Printing API
#115Bash Script + cronjob + Google Image Search + shirts.io = random new shirt every week?
Raymond from Shirts.io here. Shirts of the week? Done: http://imgur.com/PWUsJ5s For anyone looking to start a new t-shirt company using Shirts.io, we can give $100 in account credit for you to get started. Just email me: raymond at shirts dot io.
Re: T-Shirt Printing API
#116Your font-awesome icons are not loading correctly for me on Mint/FF21
http://i.imgur.com/NmO1yX4.png
However it works fine on Chromium.
Love the idea but I'm in the UK so that rules it out for me (shipping kills it).
Re: T-Shirt Printing API
#117You can describe GET requests as follows with cURL, which I find a bit smarter :-)
curl -G https://www.shirts.io/api/v1/quote/ \
-d "api_key=APIKEY" \
-d "garment[0][product_id]=3" \
-d "garment[0][color]=White" \
-d "garment[0][sizes][med]=100" \
-d "garment[0][sizes][lrg]=50"
In cases where you need to url-encode the parameter, you can switch out -d for --data-urlencodeRe: T-Shirt Printing API
#118so is this like https://www.startupthreads.com/ where you can integrate with them to send t-shirts to clients or community members?
We (StartupThreads) also have an api in private beta that companies have used to ship swag. A little different than this but this looks cool.
I like how this not only provides the product data but a mechanism for manufacturing and fulfillment as well. Very clever.
Good to see you here, Frank. We met a few months ago at SXSW and I rock the shirt you gave me regularly.