Method: user/createUserGallery
This methods allows you to create a new gallery in your account.
Authentication
This method requires authentication with a valid session token.
HTTP method
This method is called with HTTP method POST.
Arguments
| Argument | Type | Valid Values | Default Value | Detail | ||
|---|---|---|---|---|---|---|
name |
string | 32 car. max | required | Name of the gallery to create |
Returned Values
| Element (path) | Name | Type | Description | ||
|---|---|---|---|---|---|
| / | id |
int | gallery unique ID to get medias from a user gallery ID, use getUserGalleries |
Example Query
POST http://API_KEY:SESSION_TOKEN@api.fotolia.com/Rest/1/user/createUserGallery
name=GALLERY_NAME
Example Response
{
"id":"ae50eb71"
}
Error Codes
001: Service currently unavailable- The requested service is temporarily unavailable.
002: Failed to parse request- The request could not be parsed.
010: Missing API Key- The API key passed is missing.
011: Invalid API Key- The API key passed is not valid or has expired.
020: Missing Session Token- The session token passed is missing. A valid session token is needed to access this method
021: Invalid Session Token- The session token passed is not valid. Please login to get a valid session token.
031: Invalid Method- This method does not exist in the method list.
032: Method not Available- This method is not available for this API Key.
2301: Invalid Gallery Name- The Gallery Name passed is not valid.


