@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Deep Art Effects
@base https://api.deeparteffects.com/v1
@version 2017-02-10T16:24:46Z
@auth ApiKey x-api-key in header | ApiKey Authorization in header
@endpoints 3
@toc noauth(3)

@endpoint GET /noauth/result
@optional {submissionId: any}
@returns(200) 200 response
@errors {400: 400 response}

@endpoint GET /noauth/styles
@returns(200) 200 response

@endpoint POST /noauth/upload
@required {UploadRequest: map}
@returns(200) 200 response
@errors {400: 400 response}

@end
