cURL
curl --request POST \ --url https://api.nomi.tools/v1/projects/restore \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "<string>" ] } '
Restore multiple projects by their IDs.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
application/json
Projects restored successfully