Integrate CatchAGig's powerful features into your applications
Authenticate a user and receive an access token
{ "username": "string", "password": "string" }
Register a new user account
{ "username": "string", "email": "string", "password": "string", "user_type": "gigmaker|catcher" }
Retrieve a list of available gigs
Query Parameters: - category: string - experience_level: string - location: string
Create a new gig (Gigmaker only)
{ "title": "string", "description": "string", "category": "string", "budget": "number", "experience_level": "string" }
To start using our API, you'll need to: