| doc_id | integer |
doc_id of the specified document.
|
| isbn | string |
ISBN of the specified document, if available.
|
| title | string |
|
| description | string |
|
| access | ["public", "private"] |
|
| tags | csv |
|
| license | ["by", "by-nc", "by-nc-nd", "by-nc-sa", "by-nd", "by-sa", "c", "pd"] |
See Wikipedia:Creative_Commons_License. "c" is traditional copyright. "pd" is public domain.
|
| access_key | string |
Every document on Scribd has a unique, secure access key. You must know the access key of a document to embed it.
|
| secret_password | string |
Private documents on Scribd have a secret password. You use the secret password of a private document to link to the private page of the document on Scribd. This parameter will only be present if the document is private.
|
| thumbnail_url | URL |
Link to a JPG that contains a thumbnail of the document. Do not cache thumbnail URLs - they are subject to change.
|
| link_back_url | URL (string) |
Scribd Qualified Publishers have the option to add links on public Scribd documents back to their own website. The link appears in an Action Badge to the right of the document. This API parameter allows you to control that link. For the parameter to be effective, you must signup and be approved for a qualified publisher account.
|
| link_back_text | string |
Text displayed in the Action Badge for the link_back_url. Maximum 40 characters.
|
| page_count | integer |
The number of pages in the document
|
| download_formats | ["pdf", "text", "original"] |
Download formats available. May include zero or more of the listed values.
|
| category_id | integer |
The category ID of the document. See docs.getCategories for a list of categories.
|
| author | string |
|
| publisher | string |
|
| when_published | date |
The date the document was originally published
|
| edition | string |
|
Document store |
| page_restriction_type | ["automatic" (default), "max_pages", "max_percentage", "page_range"] |
This parameter lets you add additional restrictions to the preview pages that Scribd shows. Scribd will do this automatically, but if you wish, you can set a maximum number of pages to show (max_pages), a maximum percentage of the pages to show (max_percentage), or an explicit page_range such as 1-3,5,8. See the parameters "max_pages", "max_percentage", and "page_range" to actually set the data.
|
| max_pages | integer |
Corresponds to the "max_pages" page_restriction_type. This is the maximum number of pages that will ever be shown in one document preview.
|
| max_percentage | integer |
Corresponds to the "max_percentage" page_restriction_type. This is the maximum percentage of the document that will ever be shown in one document preview.
|
| page_range | string, e.g., 1-3,5,7 |
Corresponds to the "page_range" page_restriction_type. Any document preview will show at most a subset of these pages.
|
| allow_search_targeting | ["true", "false"] |
Allow Scribd to vary the preview pages it shows to target users' search queries. Note that you can still control the pages Scribd shows with the page_restriction_type parameter, which overrides Scribd's search targeting algorithm. Default: "true". Setting this to "false" is NOT recommended.
|
| obfuscate_numbers | ["false", "true"] |
Obsolete
|
| allow_search_indexing | ["true", "false"] |
If true, major search engines will index the full text of the document which will drive targeted traffic to the document and increase sales. Note that even when true, search engines never receive a human-readable version of the text. Default: true.
|
| price | float (9.99) |
The price at which the document will be sold.
|
| list_price | float (9.99) |
Shown in the price box to let purchasers know how much they are saving. A value of 0.00 indicates no list price.
|