Handling Uploadcare Projects via REST API
On this page
Uploadcare projects are a way to create separate environments within a single account. Each project has its keys and settings. While projects cannot be fully managed via REST API, you can always use the API to request project info.
Getting info about a project
GET /project/
Please refer to getting a list of files for an example request and response.
This provides basic information about the project you connect to,
Parameters
Property | Type | Value |
---|---|---|
| array | List of collaborators. |
| string | Project login name. |
| string | Project public key. |
Collaborators
Each project object has a list of collaborators holding their names and emails.
Property | Type | Value |
---|---|---|
| string | Collaborator email. |
| string | Collaborator name. |