Project Details
Get project details just from project id (Project id is available on URL when you click on share button in Sketchub app)
Get Project Details
POST
https://sketchub.in/api/v3/get_project_details
Get project details from a project ID.
Request Body
Name
Type
Description
api_key
string
Web API Key provided by Sketchub. For getting one, check introduction page.
project_id
integer
Unique project ID (available on shared link)
The keys in Response tab "screenshot1", "screenshot2", "screenshot3", "screenshot4" and "screenshot5"
is deprecated, in next update (Date will be specified) it will be changed to array in this format:
{ ...
screenshots: [
"Screenshot Url",
"Screenshot Url",
"Screenshot Url",
"Screenshot Url",
"Screenshot Url"
],
... }
Last updated
Was this helpful?