cymera

Developer

cymera API

Use our API whenever you need to use Cymera to take and edit photos fast and easy Now you can connect and use Cymera's features from external apps on each OS.

For iOS (Ver. 1.4.0 or higher), use the Custom URL Scheme on Cymera to call out and use Cymera's Shooting function.
We are expecting to add the Custom URL Scheme soon.

<URL>

cymera://camera

<Sample Code>

sample code
Calling camera module
NSURL *cymeraURL = [NSURL URLWithString:@"cymera://camera"];
if ([[UIApplication sharedApplication] canOpenURL:url]) {
    [[UIApplication sharedApplication] openURL:url];
}

Questions about the API? : help@cymera.com