Skip to main content
Prerequisite: You’ll need an API key to access the Nowadays API. Contact founders@nowadays.ai to get started.

Making API Requests

All API requests should be made to https://nowadays.ai/api/northstar. The API accepts JSON-encoded request bodies and returns JSON-encoded responses.

Authentication

All API requests require authentication using Bearer token authentication:

Request Example

Here’s a complete example of creating an event using curl:

Rate Limits

Our standard API rate limit is 100 requests per minute. Contact us if you need a higher limit.

Error Handling

The API uses conventional HTTP response codes:
  • 2xx for successful requests
  • 4xx for client errors
  • 5xx for server errors
Example error response:

Best Practices

We recommend implementing webhook handlers to receive real-time updates about venue proposals and quote changes.
When retrieving lists of venues or quotes, use the limit parameter to control the response size:

Support

If you encounter any issues or need assistance: For urgent matters, please include your API key and any relevant event IDs in your communication.