CORE vs SHARE
If you need a Science & Math API that's easy to integrate, go with SHARE.
CORE
- Simple API key authentication
- HTTPS supported
SHARE
- No authentication required
- HTTPS supported
- No CORS support
| Feature | CORE | SHARE |
|---|---|---|
| Authentication | apiKey | None |
| HTTPS | Yes | Yes |
| CORS | Unknown | No |
When to use which?
SHARE is the better choice for quick prototypes and hackathons since it requires no authentication.